Tags
List of tags constructed to be shown below articles.
Blade component parameters
Key | Default value | Type | Available values | Description |
style | default | string | - | - |
componentElement | div | string | - | |
beforeLabel | # | string | - | |
icon | [] | array | - | Same specification as Icon, adds an icon |
afterLabel | string | - | ||
format | false | boolean | - | If the component should format the input text. |
compress | false | boolean | - | Show [N] amount of items, hide the rest of them behind a expand indicator. |
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. |