-
Notifications
You must be signed in to change notification settings - Fork 0
Component.Card
xandor edited this page Oct 17, 2017
·
2 revisions
@component('bsComp::card')
@slot('title') Title of the card body @endslot
Content of the card body
@endcomponent
| Parameter | Type | Description |
|---|---|---|
| class | string | additional css classes |
| style | string | additional css styles |
| id | string | html id |
| Slot | Description |
|---|---|
| -Default- | content of card body |
| title | card title within the card body (h4) |
| header | content of card header |
| footer | content of card footer |