An Usual use case is the displaying of tags or contact information.
$content публичное свойство
the content of the chip besides the optional image and/or [[Icon|Icon]].
$encodeContent публичное свойство
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
]