Buttons
Use Bootstrap’s custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.
Available Properties:
Available Slots:
Examples
{% include 'radix:button' with {
html_tag: 'button',
color: 'primary',
content: 'Login'
} %}Last updated