shadcn_ui-slider
Installation
SKILL.md
Shadcn UI — Slider
Instructions
ShadSlider lets the user select a value from a range. Set initialValue and max (and optionally min). Use with state or a controller if you need to read the value on change.
Basic
ShadSlider(
initialValue: 33,
max: 100,
)
Use callbacks or state management to react to value changes when needed.