# Alert

![size](https://img.shields.io/bundlephobia/min/@propellerads/alert.svg)
![](https://img.shields.io/npm/v/@propellerads/alert.svg?style=flat-square)

[NPM](https://www.npmjs.com/package/@propellerads/alert) |
[Github](https://github.com/propellerads/ui-components/tree/master/Components/Alert)

## Installation
* `yarn add @propellerads/alert` or `npm install @propellerads/alert -S`

### How to use
* `import Alert, {ALERT_TYPES} from '@propellerads/alert';`
* And render `<Alert type={ALERT_TYPES.DANGER}>Your text</Alert>`
