From 86f380bbe7e897f89c5638841a5d00adfcb8fc9e Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 18 Jun 2022 06:12:59 -0700 Subject: [PATCH] docs(slider): add example "Full width" --- docs/src/pages/components/Slider.svx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/pages/components/Slider.svx b/docs/src/pages/components/Slider.svx index 3c6d840a..75a282c3 100644 --- a/docs/src/pages/components/Slider.svx +++ b/docs/src/pages/components/Slider.svx @@ -11,6 +11,12 @@ components: ["Slider", "SliderSkeleton"] +### Full width + +Set `fullWidth` to `true` for the slider to span the full width of its containing element. + + + ### Hidden text input