...
Select a numeric value within a range using a slider.
npx neobrutal add sliderimport { Slider } from '@/components/ui/slider'<Slider aria-label='Demo value' defaultValue={[50]} max={100} step={1} />This component is built on top of Base UI Slider. Refer to the Base UI documentation for the full list of available props.