Buttons
Use Bootstrap’s custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.
Last updated
{% include 'radix:button' with {
html_tag: 'a',
color: 'primary',
outline: true,
content: 'Read more',
url: '/blog/test-blog1',
button_utility_classes: ['card-link', 'float-end', 'mt-3', 'read-more']
} %}{% include 'radix:button' with {
html_tag: 'a',
color: 'primary',
content: 'Read more',
url: '#',
disabled: true,
} %}