Inline Css Wrapper
A wrapper that only applies while there is inline css attached.
With styling parameter.
Without styling parameter.
Blade component parameters
Key | Default value | Type | Available values | Description |
componentElement | div | string | - | - |
styles | [] | array | - | - |
id | string | - | The DOM id of the component. | |
classList | [] | array | - | Array containing wrapping classes array |
attributeList | [] | array | - | Array containing keys and values rendered as attributes |
containerAware | false | boolean | true/false | Makes the component container aware. Appends modifiers --size--xs/sm/md/lg to the component. |