featherless 172cf73a40
[Buttons] Fix theming headers and copy. (#7236)
Fixed the headers throughout the content.

Adjusted the "typical use" copy to call out that MDCButtons should be initialized with alloc/init.

Follow-up to https://github.com/material-components/material-components-ios/issues/6592
2019-04-22 21:32:44 +03:00
..

Buttons

Material design buttons allow users to take actions, and make choices, with a single tap. There are many distinct button styles including text buttons, contained buttons, and floating action buttons.

An animation showing a Material Design text button. An animation showing a Material Design outlined button. An animation showing a Material Design contained button. An animation showing a Material Design floating action button.


Overview

MDCButton is a highly-configurable UIButton implementation that provides support for shadow elevation, Material Design ripples, and other stateful design APIs.

Installation

Usage

Extensions

Unsupported