Buttons
Additional Buttons
1. Default Buttons
2. Outline Buttons
To make outline buttons, replace the default Bootstrap .btn-* with .btn-outline-*. For example: .btn-outline-danger for the danger button
3. Gradient Buttons
In addition to Bootstrap's buttton classes, you can have gradient buttons by adding .btn-gradient to the button.
4. Button Sizes
5. Block Buttons
6. Active State Buttons
7. Disabled State Buttons
8. Checkbox Buttons
Default
Custom
Add .btn-group-custom-checkbox to the .btn-group class
9. Radio Buttons
Default
Custom
Add .btn-group-custom-radio to the .btn-group class