blob: 2193b8d42057c4d5583f6d804948ecb26f76dfbd [file] [log] [blame] [view] [edit]
# TextControls
<!-- badges -->
TextControls are controls used for text input that make use of classes like UITextField and UITextView.
<div class="article__asset article__asset--screenshot">
<img src="assets/textfields.png" alt="TextFields" width="320">
</div>
<!-- design-and-api -->
<!-- toc -->
- - -
## Overview
At this time, the only text control we offer is the text field. There are three text field classes:
* MDCFilledTextField: A text field implementing the Material [filled style](https://material.io/components/text-fields/#filled-text-field)
* MDCOutlinedTextField: A text field implementing the Material [outlined style](https://material.io/components/text-fields/#outlined-text-field)
* MDCBaseTextField: An unstyled text field that the previous two inherit from
## Installation
- [Typical installation](installation.md)
## Usage
- [Typical use](typical-use.md)
## Theming
- [Theming](theming.md)
## Examples
- [Examples](examples.md)