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
*docs(button): remove MDX file
- delete mdx file in favor of all docs being in stories file
- update some story names to follow sentence-casing and organize like-
stories together
* docs(icon): remove MDX file
- delete mdx file in favor of all docs being in stories file
- update some story names to follow sentence-casing and organize like-
stories together
- move some markup into template file instead of stories file
* docs(typography): add docs for rtl notes
* Buttons allow users to perform an action or to navigate to another page. They have multiple styles for various needs, and are ideal for calling attention to where a user needs to do something in order to move forward in a flow.
12
+
*
13
+
* There are four available variants that are used for different levels of emphasis and different
14
+
* types of actions. By default, a button uses the fill style with a solid background. The primary
15
+
* and secondary variants also have an outline option.
* When a button needs to be placed on top of a dark color background or a visual, use the static white options. Static color buttons do not change shades or values depending upon the color theme.
StaticWhiteSecondary.storyName="Static white - secondary";
212
221
222
+
/**
223
+
* When a button needs to be placed on top of a light color background or a visual, use the static black options. Static color buttons do not change shades or values depending upon the color theme.
0 commit comments