-
Notifications
You must be signed in to change notification settings - Fork 0
CustomComponent.Block
xandor edited this page Oct 17, 2017
·
3 revisions
@component('bsComp::block', ['lWidth' => 'l-200'])
@component('bsComp::block-row', ['label' => 'Left Content', 'labelTooltip' => 'content for title tag'])
Right Content
@endcomponent
@endcomponent
Parameter | Type | Description |
---|---|---|
lWidth | string | width for the left column of the children, default: l-250, valid: l-100 to l-300 with steps of 25 |
class | string | additional css classes |
style | string | additional css styles |
id | string | html id |
Slot | Description |
---|---|
Default | the block-rows |
Row within a Block with 2 Columns
Parameter | Type | Description |
---|---|---|
labelTooltip | string | add the string as tooltip for the left side of the column |
class | string | additional css classes |
style | string | additional css styles |
id | string | html id |
Slot | Description |
---|---|
Default | the block-rows |