File tree Expand file tree Collapse file tree 1 file changed +37
-4
lines changed
Expand file tree Collapse file tree 1 file changed +37
-4
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments