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.
Nidhi Kumari
7424e98416
|
2 years ago | |
---|---|---|
.. | ||
README.mdx | 2 years ago | |
alert.stories.js | 2 years ago | |
index.js | 2 years ago | |
index.scss | 3 years ago | |
index.test.js | 2 years ago |
README.mdx
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
import Alert from '.';
# Alert
Alert element used to notify the user about some information or warning.
<Canvas>
<Story id="ui-components-ui-alert-alert-stories-js--default-alert" />
</Canvas>
## Props
<ArgsTable of={Alert} />