Use any of the available button classes to quickly create a styled button.
<button type="button" class="md-btn-raised">Raised default button</button>
<button type="button" class="md-btn-flat">Flat button</button>
<button type="button" class="md-btn-raised"><i class="fa fa-download i-nbsp"></i>Raised w/ icon</button>
<button type="button" class="btn btn-link">Raised default button</button>
If you want larger or smaller buttons you can add the .btn-block
, .btn-sm
, or .btn-xs
class.
Droppdowns buttons are avalible with any color and any size.
To buttons with any color or any size you can add extra icon on the left or the right side.
Sign in with Facebook Sign in with Facebook Stared
Button groups can act as a radio or a switch or even a single toggle. Below are some examples click to see what happens