You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Walsh
10dc686505
|
3 years ago | |
---|---|---|
.. | ||
README.mdx | 3 years ago | |
alert-circle-icon.component.js | 3 years ago | |
alert-circle-icon.stories.js | 3 years ago | |
index.js | 4 years ago | |
index.scss | 3 years ago |
README.mdx
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
import AlertCircleIcon from '.';
# Alert Circle Icon
<Canvas>
<Story id="ui-components-ui-alert-circle-icon-alert-circle-icon-stories-js--default-story" />
</Canvas>
## Component API
<ArgsTable of={AlertCircleIcon} />
## Usage
The following describes the props and example usage for this component.
### Warning
Render warning alert icon
<Canvas>
<Story id="ui-components-ui-alert-circle-icon-alert-circle-icon-stories-js--warning" />
</Canvas>