-
Notifications
You must be signed in to change notification settings - Fork 0
Component.Alert
enssnert edited this page Oct 13, 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, default (default) |
dismissable | bool | add close button |
animate | bool | fade in animation |
class | string | additional css classes |
id | string | html id |
Slot | Description |
---|---|
Default | Message |