a
element or the button
element is being used, the proper HTML attributes should be passed.
{% include '@bolt-components-chip/chip.twig' with {
content: 'Linked chip.',
attributes: {
href: 'https://google.com',
target: '_blank',
rel: 'noopener'
}
} only %}
<a href="https://google.com" target="_blank" rel="noopener" class="c-bolt-chip">
Linked chip.
</a>