Skip to main content

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.

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

Usage

import { Slider } from '@turbostack/ui'
<Slider defaultValue={[33]} max={100} step={1} />