mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-24 00:11:37 +08:00
We have kept the Button file as the navigation file and have split the content into the following five pages: 1. Common button 2. Button group 3. Toggle button group 4. Icon button 5. Split button This structure is inline with the M3 spec doc. PiperOrigin-RevId: 777529719
25 lines
1.4 KiB
Markdown
25 lines
1.4 KiB
Markdown
<!--docs:
|
|
title: "Buttons"
|
|
layout: detail
|
|
section: components
|
|
excerpt: "A customizable button component with updated visual styles."
|
|
iconId: materialbutton
|
|
path: /catalog/buttons/
|
|
-->
|
|
|
|
# Buttons
|
|
|
|
[Buttons](https://m3.material.io/components/all-buttons) allow users to take
|
|
actions, and make choices, with a single tap.
|
|
|
|
For full documentation on the usage, behavior, and attributes of different types
|
|
of Material buttons, see:
|
|
|
|
* [Common buttons](https://github.com/material-components/material-components-android/tree/master/docs/components/CommonButton.md)
|
|
* [Button groups](https://github.com/material-components/material-components-android/tree/master/docs/components/ButtonGroup.md)
|
|
* [Split button](https://github.com/material-components/material-components-android/tree/master/docs/components/SplitButton.md)
|
|
* [Toggle button groups](https://github.com/material-components/material-components-android/tree/master/docs/components/ToggleButtonGroup.md)
|
|
* [Icon button](https://github.com/material-components/material-components-android/tree/master/docs/components/IconButton.md)
|
|
* [Floating action buttons (FABs)](https://github.com/material-components/material-components-android/tree/master/docs/components/FloatingActionButton.md)
|
|
* [Extended floating action buttons (extended FABs)](https://github.com/material-components/material-components-android/tree/master/docs/components/ExtendedFloatingActionButton.md)
|