BUTTONS
BOOTSTRAP DEFAULT BUTTONS Use any of the available button classes to quickly create a styled button
METARIAL DESIGN BUTTONS Use any of the available button classes to quickly create a styled button
BUTTON SIZES You can resize the buttons
BLOCK BUTTONS Create block level buttons
DISABLED BUTTONS Make buttons look unclickable by fading them back with opacity
ICON BUTTONS Make icon buttons
Large Circle
ICON & TEXT BUTTONS Make icon & text buttons
BUTTON GROUPS Group a series of buttons together on a single line with the button group
BASIC EXAMPLE
Wrap a series of buttons with .btn
in .btn-group
.
With Material Design Colors
You can use material design colors which examples are .bg-pink
class
BUTTON TOOLBAR
Combine sets of <div class="btn-group">
into a <div class="btn-toolbar">
for more complex components.
With Material Design Colors
You can use material design colors which examples are .bg-pink
class
SIZING
Instead of applying button sizing classes to every button in a group, just add .btn-group-*
to each .btn-group
, including when nesting multiple groups.
Large Button Group
Default Button Group
Small Button Group
Extra-Small Button Group