mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
docs(slider): add example "Full width"
This commit is contained in:
parent
fb620dd81e
commit
86f380bbe7
1 changed files with 6 additions and 0 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue