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
Some variants will be deprecated in next major release, please avoid using them in new codes. We encourage you to migrate your current implementations to equivalent or similar variants.
42
+
<ul>
43
+
<li>Shape: default -> rectangular, pill -> rounded, round will be removed.</li>
44
+
<li>Size: mini -> xSmall, compact -> small, default -> medium.</li>
45
+
</ul>
46
+
</Notification>
47
+
34
48
Buttons provide cues for actions and events. These fundamental components allow users to process actions or navigate an experience.
35
49
36
50
## When to use
@@ -40,7 +54,7 @@ When a person:
40
54
- submits a form,
41
55
- starts a new task / action.
42
56
43
-
The Button component has 4 different `kind` variants: `primary`, `secondary`and `tertiary`.
57
+
The Button component has 6 different `kind` variants: `primary`, `secondary`, `tertiary`, `dangerPrimary`, `dangerSecondary`and `dangerTertiary`.
44
58
45
59
**Primary** buttons are intended to be used as the leading trigger or cue of action. Primary buttons are
46
60
bold with a dominant color background and white text/icons. These are to be used sparingly as the
@@ -78,6 +92,14 @@ primary button action. As the name implies, it’s offered to supplement to crea
0 commit comments