Skip to content

Component.Alert

xandor edited this page Oct 17, 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, 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

Slot Description
Default Message

Home

Components

Custom Components

Clone this wiki locally