tsimport {XDSSlider} from '@xds/core/Slider'
| Guidance | Practices |
|---|---|
| Do | Always provide a label, even if visually hidden, so the slider is accessible to screen readers. |
| Do | Format values with meaningful units like "$50" or "75%" instead of raw numbers. |
| Don't | Use for precise numeric entry — pair with a text input or use NumberInput instead. |
| Don't | Set a step size so large that only a few positions are possible — use SegmentedControl or radio buttons instead. |