button
element can use the chip style. For example, the chip performs a function such as opening a modal or popover.
{% include '@bolt-components-chip/chip.twig' with {
content: 'Button Chip.',
attributes: {
type: 'button',
}
} only %}
<button type="button" class="c-bolt-chip">
Button Chip.
</button>