> ## Documentation Index
> Fetch the complete documentation index at: https://docs.turbostack.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Slider

An input where the user selects a value from within a given range.

<img src="https://mintcdn.com/ravitechsolutions/jCk1IPeJr8ul3nyO/images/components/slider.png?fit=max&auto=format&n=jCk1IPeJr8ul3nyO&q=85&s=310eb66b70f9c01980ebc8a622dc923d" alt="Slider Component" width="357" height="54" data-path="images/components/slider.png" />

## Usage

```ts theme={null}
import { Slider } from '@turbostack/ui'
```

```tsx theme={null}
<Slider defaultValue={[33]} max={100} step={1} />
```
