Anatomy

Item |
Name |
Description |
Component |
Optional |
---|---|---|---|---|
1 |
Button |
When clicked, it triggers the main action. It can use any Button variant that is also supported by the Dropdown Button. |
|
|
2 |
Leading Icon |
A decorative icon that clarifies the action and calls attention to the Button. Don’t use it to show the chevron_up/_down. |
Yes |
|
3 |
Button label |
Text describing the main action. |
|
|
4 |
Dropdown Button |
When clicked, it shows/hides the Overflow Menu. It can use any Dropdown Button variant that is also supported by the Button. |
|
|
5 |
Trailing Icon |
Displays the chevron_up/_down icon, indicating additional actions will be revealed when interacting with the component. |
|
|
6 |
Dropdown List Item |
Represents the secondary actions. |
|
|
7 |
Overflow Menu |
A popup list containing the secondary action options that appears when interacting with the Button. |
|
Variants



Item |
Variant |
Usage |
---|---|---|
1 |
Primary |
They should only appear once per screen (not including the App bar) |
2 |
Secondary |
For secondary actions on each page. |
3 |
Tertiary |
For less prominent, and sometimes independent, actions. Tertiary Split Buttons can be used in isolation or paired with a Primary Button when there are multiple calls to action. |