# Notice
Presentational component for informational/warning/error banners/notices.
```hbs preview-template
Header
Body
Footer link
```
## Arguments
| Argument/Attribute | Type | Default | Description |
| --- | --- | --- | --- |
| `type` | `String` | `info` | Type of notice [info\|warning\|error] |
## See
- [Template Source Code](./index.hbs)
---