DocsComponents

Slider

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

PropTypeDescriptionDefault
colorstringColor of the Sliderblue
classNamestringclassName_

Examples

Color

There are more color properties. Take your time to explore.