@real-system/alert
v0.0.52
Published
Alert component for real system.
Downloads
14
Readme
Installation
# install peer dependencies
# npm
$ npm install react react-dom @real-system/button @real-system/flex @real-system/icon @real-system/styled-library @real-system/typography
# yarn
$ yarn add react react-dom @real-system/button @real-system/flex @real-system/icon @real-system/styled-library @real-system/typography
# install alert
# npm
$ npm install @real-system/alert
# yarn
$ yarn add @real-system/alert
Code Example
import { Alert, InlineAlert } from '@real-system/alert';
import type { AlertProps, InlineAlertProps } from '@real-system/alert';
...