

# Slider

Custom Slider component.

# Installation

Copy the following code into your app directory.


> **Error: 'Slider' not found in registry**


# Usage


> **Error: 'slider' not found in registry**


# Anatomy 
Use the following composition to build a `Slider`


```python
slider.root(
    slider.control(
        slider.track(
            slider.indicator(),
            slider.thumb(),
        ),
    ),
)
```



# Examples

## Basic
A basic low-level slider demo.

> **Error: 'slider_demo' not found in registry**


## Range
Use an array with two values for a range slider.

> **Error: 'slider_range' not found in registry**


## Vertical
Use `orientation="vertical"` for a vertical slider.

> **Error: 'slider_vertical' not found in registry**

