slider
Installation
SKILL.md
Slider
Select values from a range
What it solves
A Slider pattern helps teams create a reliable way to let users choose a value from a bounded range while keeping the current position and step size easy to understand. It is most useful when teams need price and range filtering. Compared with adjacent patterns, this pattern should reduce friction without hiding the state, rules, or recovery paths people need to keep moving.
When to use
- Price and range filtering
- Volume or intensity controls
- Score and preference selection