Search for a command to run...
An input where the user selects a value from within a given range.
A ShadCN Slider component customized by and adjusting colors.
pnpm dlx shadcn@latest add "https://akasha-ui.pages.dev/r/styles/default/slider.json"
import { Slider } from "<path-to-ui-components>/slider";
<Slider defaultValue={[33]} max={100} min={0} step={1} />
On This Page