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.
Gijs Jorissen edited this page Jun 1, 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
Button group
Cards
Carousel
Collapse
Dropdowns
Forms
Input group
Jumbotron
List group
Navs
Navbar
Pagination
Progressbar
@component('bootstrap-components::progress', ['value'=>75])
// Extra bars
@endcomponent
Arguments:
class
value
min (default: 0)
max (default: 100)
Slots:
extra bars (default slot)
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