Skip to content

Component.Alert

enssnert edited this page Oct 13, 2017 · 5 revisions
    @component('bsComp::alert', ['type' => 'primary'])
       Hello World!
    @endcomponent

Parameters

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

Slot Description
Default Message

Home

Components

Custom Components

Clone this wiki locally