An Usual use case is the displaying of tags or contact information.
$content public_oe property
the content of the chip besides the optional image and/or [[Icon|Icon]].
$encodeContent public_oe property
whether to encode the content.
If this property is set to "false" the content will be rendered without the encoding of HTML special characters.
the options for the optional [[Icon|Icon]].
If there is an icon present in the chip element, Materialize will
treat it as a close (i. e. remove) trigger.
To specify an [[Icon|Icon]] you can use the following parameters:
php
[
'name' => 'name of the icon', // optional, defaults to 'close'
'position' => 'position of the icon', // optional, 'left' or 'right', defaults to 'left'
'options' => 'the HTML attributes for the icon', // optional
]