blob: 9628d1c305549e20d392ff28befc09041185ecd8 [file] [log] [blame] [view] [edit]
# Slider
<!-- badges -->
The `MDCSlider` object is a Material Design control used to select a value from a continuous range
or discrete set of values.
<div class="article__asset article__asset--screenshot">
<img src="docs/assets/slider.png" alt="Slider" width="375">
</div>
<!-- design-and-api -->
<!-- toc -->
- - -
## Installation
- [Typical installation](../../../docs/component-installation.md)
## Usage
- [Typical use](typical-use.md)
- [Stateful APIs](stateful-apis.md)
- [Differences from UISlider](differences-from-uislider.md)
## Extensions
- [Color Theming](color-theming.md)
- [Accessibility](accessibility.md)