docs(slider): add example "Full width"

This commit is contained in:
Eric Liu 2022-06-18 06:12:59 -07:00
commit 86f380bbe7

View file

@ -11,6 +11,12 @@ components: ["Slider", "SliderSkeleton"]
<Slider />
### Full width
Set `fullWidth` to `true` for the slider to span the full width of its containing element.
<Slider fullWidth />
### Hidden text input
<Slider hideTextInput />