You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2022. It is now read-only.
Olav van Schie edited this page May 31, 2017
·
7 revisions
Alert
@component('bootstrap-components::alert', ['severity'=>'danger'])
This is the alert message
@endcomponent
Arguments:
severity => success / info / warning / danger (required)
class
dismissible => true / false
animate => true / false
Modal
@component('bootstrap-components::modal')
@slot('title')
This is the title
@endslot
This is the content of the modal
@slot('title')
This is the footer
@endslot@endcomponent