This component no longer exists. It was in diceui/base’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-13 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
angle-slider-demo
diceui-base/angle-slider-demoRemovedExample
diceui/base publishes no description for this item.
Install it
npx shadcn@latest add https://raw.githubusercontent.com/sadmann7/diceui/HEAD/docs/public/r/styles/base-vega/angle-slider-demo.jsonSource
1import {2 AngleSlider,3 AngleSliderRange,4 AngleSliderThumb,5 AngleSliderTrack,6 AngleSliderValue,7} from "@/registry/bases/base/ui/angle-slider";89export default function AngleSliderDemo() {10 return (11 <AngleSlider defaultValue={[180]} max={360} min={0} step={1}>12 <AngleSliderTrack>13 <AngleSliderRange />14 </AngleSliderTrack>15 <AngleSliderThumb />16 <AngleSliderValue />17 </AngleSlider>18 );19}
What it pulls in
Other registry items
