Command Palette

Search for a command to run...

Docs
Slider

Slider

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

A ShadCN Slider component customized by and adjusting colors.

Installation

pnpm dlx shadcn@latest add "https://akasha-ui.pages.dev/r/styles/default/slider.json"

Usage

import { Slider } from "<path-to-ui-components>/slider";
<Slider defaultValue={[33]} max={100} min={0} step={1} />