Buttons

Buttons are also called as call to action. We have range of buttons and their states. You may use a tag or button element, you need to add respective classes, and you are good to go.

Example of Primary Button Styles

Whenever you want your user to click on a link or button, use primary style buttons.

Disbale Buttons

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

Buttons With Various size

If you want to have different size for your button, you can add btn-lg-size, btn-sm-size class for large and small size respectively.

Toggle Button and Floating Buttons

Toggle buttons can be used to change the theme. For class and html, check below code. Floating-action buttons can be customized by adding the font-awesome icon of your choice. This button will be fixed to right-bottom corner.

Live Demo!! for Toggle Button