Alert banners communicate a state that affects the entire system, not just a feature or page. It persists over a session and appears without the user initiating the action. LUI `Alert` contains four type: 'error', 'info', 'success' and 'warn'.
npm install @lendi-ui/alertAlert banners communicate a state that affects the entire system, not just a feature or page. It persists over a session and appears without the user initiating the action. LUI Alert contains four type: 'error', 'info', 'success' and 'warn'.
```
yarn add @lendi-ui/alert
`jsx`
import Alert from '@lendi-ui/alert';
`
``