Standard Solid Buttons
Standard Bootstrap buttons with the .btn-{color} classes.
Outline Buttons
Use .btn-outline-{color} for a hollow button style.
Soft Buttons (btn-soft)
Custom soft buttons with .btn-soft-{color}. Features an animated border on hover.
Flat Buttons (btn-flat)
Custom flat buttons with .btn-flat. Press to see the click animation!
Button Sizes
Use .btn-xs, .btn-sm, .btn-lg, or .btn-xl classes for different sizes.
Button States
Icon Buttons (Icon Only)
Create icon-only buttons by adding .btn-icon. Use .rounded-circle or .rounded-pill for different shapes.
Icon Buttons (Icon with Label)
Add an icon to any button. The .btn-icon class provides alignment, but you can also just add an icon tag.
Full Width & Link Buttons
Checkbox Toggle Buttons
Radio Toggle Buttons
Button Groups - Horizontal
Button Groups - Toolbar
Button Groups - Vertical
Button Groups - Dropdown
Icon Buttons - Icon on Top
Use d-flex flex-column align-items-center for icon-on-top buttons.