Button
Buttons are interactive elements used to take an action, such as submitting a form or opening a dialog.
Regular Buttons
Add the .btn and .btn-variant classes to use regular buttons.
Outlined Buttons
Outlined button can be added using the .outlined-variant with the base class of .btn
Button with text and icon
Use the button with text and icon by adding class .icon-text-btn
Icon button
Add icon button by the using .icon-btnclass
Floating Action Button
Floating action button can be used by adding .action-btn to the base class of .btn.