mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
* [Buttons] Deletes deprecated MDCFloatingButtonShapeThemer * Remove MDCFloatingButtonShapeThemer from tests * Update docs * clang
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.
Overview
MDCButton is a highly-configurable UIButton implementation that provides support for shadow
elevation, Material Design ripples, and other stateful design APIs.
Installation
Usage
- Typical use
- Typical use: floating action buttons
- Customizing elevation
- Customizing floating action buttons
- Interface Builder



