-
Notifications
You must be signed in to change notification settings - Fork 0
Component.Alert
xandor edited this page Oct 17, 2017
·
5 revisions
@component('bsComp::alert', ['type' => 'primary'])
Hello World!
@endcomponent
| Parameter | Type | Description |
|---|---|---|
| type | string | one of the following values: primary, info, success, warning, danger, info (default) |
| dismissable | bool | add close button |
| animate | bool | fade in animation |
| class | string | additional css classes |
| style | string | additional css styles |
| id | string | html id |
| Slot | Description |
|---|---|
| Default | Message |