<a>
element can use the button style. For example, the button helps to navigate to another page.
href
attribute.
{% include '@bolt-elements-button/button.twig' with {
content: 'This looks like a button but semantically is an anchor',
attributes: {
href: 'https://google.com',
}
} only %}
<a href="https://google.com" class="e-bolt-button">This looks like a button but semantically is an anchor</a>