color
is null or set to auto
, the default design has a semi-transparent background that works across all color themes; when color
is set to a specific color, the chip will always render in that color.{% include '@bolt-components-chip/chip.twig' with {
text: 'Colored chip',
color: 'teal',
} only %}
<bolt-chip color="teal">Colored chip</bolt-chip>