{% include '@bolt-components-chip/chip.twig' with {
text: 'This is a linked chip',
url: 'https://google.com',
target: '_blank',
rel: 'noopener'
} only %}
<bolt-chip url="https://google.com" target="_blank" rel="noopener">This is a linked chip</bolt-chip>