Button
Buttons are the soul of an interactive Web Application. Buttons allow users to take actions, and make choices, with a single tap.
Primary Button
These buttons are for high-emphasis, distinguished by their use of elevation and fill. They contain actions that are primary to your app. Use common btn class for all the buttons along with it's variant as 'btn-variant'. Primary button comes in 6 variants as : primary | secondary | success | danger | warning | info | outline | transparent | shadow.
Link Button
Want to attach a link action, at a button tap? Use Link Button. Use it with class btn and btn-link.
Icon Button
An icon button is a button that contains an icon and no (visible) accompanying text. Use it with class btn along with btn-ico, btn-round class.
Floating action Button
A floating action button (FAB) performs the primary, or most common, action on a screen. It appears in front of all screen content, typically as a circular shape with an icon in its center. Use it with class btn along with btn-fab, btn-round class.