mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
Closes #4290 Add accessibility document for MDCSlider. Tried to match UISlider as closely as possible for `accessibilityActivate`.
32 lines
636 B
Markdown
32 lines
636 B
Markdown
# 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)
|