Skip to content

Commit 7b29ab3

Browse files
Ingrid HagelundIngrid Hagelund
Ingrid Hagelund
authored and
Ingrid Hagelund
committed
Update slider.mdx
Added slider images
1 parent 812ea66 commit 7b29ab3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/components/slider.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@ Sliders are input fields that allow users to select a numeric value within a giv
1818
## Options
1919

2020
<Guideline title="Label" image="slider-options-label.svg">
21-
Sliders should always have a label. In rare cases where context is sufficient and an accessibility expert has reviewed the design, the label could be undefined. Labels should be placed above the slider to ensure that they are visible when a finger is used to interact with the slider (on mobile devices).
21+
Sliders should always have a label. In rare cases where context is sufficient and an accessibility expert has reviewed
22+
the design, the label could be undefined. Labels should be placed above the slider to ensure that they are visible
23+
when a finger is used to interact with the slider (on mobile devices).
2224
</Guideline>
2325

2426
<Guideline title="Progression scale" image="slider-options-progression-scale.svg">
25-
Sliders use a linear progression scale by default which means that value is directly correlated to the position of the handle along the track.
27+
Sliders use a linear progression scale by default which means that value is directly correlated to the position of the
28+
handle along the track.
2629
</Guideline>
2730

2831
<Guideline title="Width" image="slider-options-width.svg">
@@ -33,8 +36,10 @@ Sliders are input fields that allow users to select a numeric value within a giv
3336
The track of the slider can have a fill. By default, the fill originates from the left side of the track.
3437
</Guideline>
3538

36-
3739
## Behaviors
3840

41+
Examples coming soon
3942

4043
## Usage guidelines
44+
45+
Examples coming soon

0 commit comments

Comments
 (0)