Buttons

Buttons are also called as call to action. Buttons allow users to take actions, and make choices, with a single tap.

Primary Button Styles

Whenever you want your user to click on a link or button, use primary style buttons. You can directly copy below html code and use it in your app.

Secondary Button Styles

If you want user not to pay attention to buttons then use Secondary buttons. You can directly copy below html code and use it in your app.

Disabled Button Styles

If you want to style disabled button add btn-disabled class and you are good to go.

Button with Icon Styles

All the variants of Button with Icon are also available. You can add btn-lg-size, btn-sm-size class for large and small size respectively.

Social Button Styles

Use your respective social media links in the href of anchor tag.

Floating Action Button

Floating-action buttons can be customized by adding the font-awesome icon of your choice. This button will be fixed to right-bottom corner.