A Metamask fork with Infura removed and default networks editable
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.
 
 
 
 
 
ciphermask/ui/components/ui/alert
Nidhi Kumari 7424e98416
Updated all instances of "Component API" to "Props" in storybook documentation (#15324)
2 years ago
..
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2 years ago
alert.stories.js added storybook files to alert and breadcrumbs component (#15156) 2 years ago
index.js added storybook files to alert and breadcrumbs component (#15156) 2 years ago
index.scss Dark mode: Updating all left over static hex values in scss (#14167) 3 years ago
index.test.js added storybook files to alert and breadcrumbs component (#15156) 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} />