Basic Chip
A chip is commonly used to display meta data.
Demo
This is a chip
Twig
{% include '@bolt-components-chip/chip.twig' with {
text: 'This is a chip',
} only %}
HTML
<bolt-chip>This is a chip</bolt-chip>