Slider
Used to allow users to make selections from a range of values.
Installation
CLI
Add component to your project.
npx @perceptui/cli@latest add slider
Import from @perceptui/ui
Note: If you have installed @perceptui/ui
package, then import Slider
from @perceptui/ui
.
import { Slider } from "@perceptui/ui";
API References
Prop | Type | Description | Default |
---|---|---|---|
color | string | Color of the Slider | blue |
className | string | className | _ |
Examples
Color
There are more color properties. Take your time to explore.