You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guidelines/components/button/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,12 @@ Variants: **primary**, **secondary** and **text**.
22
22

23
23
_Example of the button component variants_
24
24
25
+
| Variant | Description |
26
+
| :------ | :---------- |
27
+
| Primary | For the principal call to action on the page; primary buttons should only appear once per screen (not including the application header or in a modal dialog) |
28
+
| Secondary | For less prominent actions; secondary buttons can be used in isolation or paired with a primary button when there are multiple calls to action |
29
+
| Text | For the least pronounced actions; often used in conjunction with a primary button (e.g. cancel in a modal dialog) |
30
+
25
31
## States
26
32
27
33
The states are the different behaviors of the button component based on the interaction of the user.
0 commit comments