Input
A React Aria slider whose filled track is rendered as a smooth dither field with restrained sparks and four palette options.
import { DitherSlider } from "@/components/ui/dither-slider"
export function Demo() {
return <DitherSlider label="Grain" palette="violet" />
}React Aria Slider - Accessible slider behavior and interaction primitives.