Buttons
Use our custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.
Bootstrap Documentation
Examples
Default
Primary
Secondary
Success
Danger
Warning
Info
Dark
Link
Soft
In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .btn-outline-*
ones to remove all background images and colors on any button.
Primary
Secondary
Success
Danger
Warning
Info
Dark
Outline
In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .btn-outline-*
ones to remove all background images and colors on any button.
Primary
Secondary
Success
Danger
Warning
Info
Dark
Brand
Facebook
Twitter
Google +
Instagram
Pinterest
Youtube
Vimeo
Slack
Dribbble
App
Coming soon to the
App Store
Coming soon to the
Play Store
Icon
Simple
Text
Create account
Deactivate
<button type= "button" class= "btn btn-primary btn-icon" >
<span class= "btn-inner--icon" >
<i class= "fas fa-user" ></i>
</span>
<span class= "btn-inner--text" > Create account</span>
</button>
<button type= "button" class= "btn btn-danger btn-icon" >
<span class= "btn-inner--icon" >
<i class= "fas fa-user-times" ></i>
</span>
<span class= "btn-inner--text" > Deactivate</span>
</button>
Create account
Deactivate
<button type= "button" class= "btn btn-primary btn-icon" >
<span class= "btn-inner--text" > Create account</span><span class= "btn-inner--icon" >
<i class= "fas fa-user" ></i>
</span>
</button>
<button type= "button" class= "btn btn-danger btn-icon" >
<span class= "btn-inner--text" > Deactivate</span><span class= "btn-inner--icon" >
<i class= "fas fa-user-times" ></i>
</span>
</button>
Label
Play now
Add to cart
Delete item
Play now
Add to cart
Delete item
Animated
Options
Shapes
Sizing
Small
Default
Large
Extra large
Animations
States
Active
Active
Disabled
Disabled
Single toggle