Skip to content

Commit 739dc09

Browse files
leticiarossiymarian
authored andcommitted
Updating Slider documentation.
PiperOrigin-RevId: 273960736
1 parent 394bac6 commit 739dc09

File tree

1 file changed

+37
-4
lines changed

1 file changed

+37
-4
lines changed

docs/components/Slider.md

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
1+
<!--docs:
2+
title: "Slider"
3+
layout: detail
4+
section: components
5+
excerpt: "Sliders allow users to make selections from a range of values."
6+
iconId: slider
7+
path: /catalog/slider/
8+
-->
9+
110
# Slider
211

3-
The [Slider component](https://material.io/go/design-sliders) is yet to be
4-
completed, please follow the [tracking
5-
issue](https://github.com/material-components/material-components-android/issues/84)
6-
for more information.
12+
Sliders allow users to make selections from a range of values.
13+
14+
## Design
15+
16+
[Material Design: Slider](https://material.io/go/design-sliders)
17+
18+
## Continuous slider
19+
20+
Continuous sliders allow users to make meaningful selections that don’t require
21+
a specific value.
22+
23+
## Discrete slider
24+
25+
Discrete sliders display a numeric value label upon pressing the thumb, which
26+
allows a user to input an exact value.
27+
28+
## Demo
29+
30+
The slider is under active development. You can see the current version of
31+
the
32+
[Slider Demo](https://github.com/material-components/material-components-android/tree/master/catalog/java/io/material/catalog/slider/)
33+
in the Material Android Catalog.
34+
35+
##Code
36+
37+
The
38+
[Slider Package](https://github.com/material-components/material-components-android/tree/master/lib/java/com/google/android/material/slider)
39+
contains the code for this component.

0 commit comments

Comments
 (0)