## AlertBanner
`AlertBanner` components are used to inform users of important messages.
| Param | Type | Default | Description |
| --- | --- | --- | --- |
| type | String
|
| The banner type. This comes from the message-types helper. |
| [message] | String
|
| The message to display within the banner. |
**Example**
```js
```
**See**
- [Uses of AlertBanner](https://github.com/hashicorp/vault/search?l=Handlebars&q=AlertBanner)
- [AlertBanner Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/alert-banner.js)
---