On this page
Loading...
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `color` | Sets the color context of the component| `string` | `'primary'` |
|`dismissible`| adds a close button to alert for self dismiss | `boolean`|_false_
|`fade`| adds optional animation for dismissible alert|`boolean`|_false_|
|`variant`| Set the alert variant to a solid | `string: 'solid'` |_undefined_|
|`visible`| toggle visibility of alert component|`boolean`|_true_|
##### Outputs
| name | description | type |
| ---- | ----------- | ---- |
| `visibleChange` | Event triggered on the alert dismiss. | `boolean` |
### cAlertHeading
_directive_
### cAlertLink
_directive_