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