Slider
Used to allow users to make selections from a range of values.
Start using via importing:
import { Slider } from "@perceptui/ui";
<Slider />
API References
Prop | Type | Description | Default |
---|---|---|---|
color | string | Color of the Slider | blue |
className | string | className | _ |
Examples
Color
<Slider color="red"/>
<Slider color="light"/>
<Slider color="yellow"/>
<Slider color="cyan"/>
<Slider color="teal"/>
<Slider color="emerald"/>
There are more color properties. Take your time to explore