Andrew Overton c70ad69427
Update README (#9466)
This PR updates the installation.md doc file to reflect the split up targets. Related to #9405.
2020-01-22 11:36:26 -05:00
..
2020-01-22 11:36:26 -05:00

TextControls

TextControls are controls used for text input that make use of classes like UITextField and UITextView.

TextFields

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
  • MDCOutlinedTextField: A text field implementing the Material outlined style
  • MDCBaseTextField: An unstyled text field that the previous two inherit from

Installation

Usage

Theming

Examples