Table of Contents

Chip

Renders a chip.

Node name : chip

Examples

<chip>
    <text>Hello</text>
</chip>
<chip>
    <image name="car" />
</chip>
<chip style:background="primary-100">
    <horizontal-layout vertical-align="center" layout:margin="none" space="none">
        <text>Sales</text>
        <button type="method" method-name="RemoveChip" size="extrasmall" variant="link" icon="close" layout:padding="none none none small" />
    </horizontal-layout>
</chip>