border_radius
prop.
{% include '@bolt-elements-button/button.twig' with {
content: 'This is a fully rounded button',
border_radius: 'full',
attributes: {
type: 'button'
}
} only %}
<button type="button" class="e-bolt-button e-bolt-button--border-radius-full">This is a fully rounded button</button>