Buttons
Use the button classes on an <a>
, <button>
, or <input>
element.
Default Button
List of default buttons.
Rounded Button
Add .btn-rounded
to default button to get rounded corners.
Clean Button
Add .btn-clean
to get clean button.
Clean Rounded Button
Add .btn-clean.btn-rounded
to get clean rounded button.
Dropdown Buttons
Turn a button into a dropdown toggle with some basic markup changes.
Dropup Buttons
Trigger dropdown menus above elements by adding .dropup
to the parent.
Button Group
Group a series of buttons together on a single line with the button group.
Button Sizes
Fancy larger or smaller buttons? Add .btn-lg
, .btn-sm
, or .btn-xs
for additional sizes.
Pagination
Provide pagination links for your site or app with the multi-page pagination component, or the simpler pager alternative.
Pagination Sizes
Fancy larger or smaller pagination? Add .pagination-lg
or .pagination-sm
for additional sizes.