Chip Border Radius
Other than the fully rounded chips, there are other options for adjusting the border radius.
Demo
full
small
none
Twig
{% include '@bolt-components-chip/chip.twig' with {
text: 'This chip has small border radius',
border_radius: 'small',
} only %}
HTML
<bolt-chip border-radius="small">This chip has small border radius</bolt-chip>