An alert which contains important information about a page.
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| type | one of default, information, success, warning, danger | enum | "default" | |
| title | text to display for the title | string | null | |
| label | text to display in the button | string | null | |
| handleClick | click handler | func | ||
| content | text to display for the content | string | ||
| icon | icon to display to the left of alert content | element |