Input
A high-frame-rate switch that moves a dither field with the thumb and releases a short directional wake during state changes.
import { DitherSwitch } from "@/components/base/switch/dither-switch"
export function Demo() {
return <DitherSwitch defaultSelected palette="violet" aria-label="Dither switch" />
}React Aria Switch - Accessible switch state and interaction primitives.