Button
[code][button id=”” class=”btn” type=”primary” target=”” href=”#” tag=”span”]Primary[/button][/code]
[button id=”” class=”btn” type=”primary” target=”” href=”#” tag=”span”]Primary[/button]
[button id=”” class=”btn” type=”danger” target=”” href=”#” tag=”span”]Danger[/button]
[button id=”” class=”btn” type=”warning” target=”” href=”#” tag=”span”]Warning[/button]
[button id=”” class=”btn” type=”success” target=”” href=”#” tag=”span”]Success[/button]
[button id=”” class=”btn” type=”info” target=”” href=”#” tag=”span”]Info[/button]
[button id=”” class=”btn” type=”inverse” target=”” href=”#” tag=”span”]Inverse[/button]
Sizes
Utilize the extra button types type="large"
, type="small"
, or type="mini"
for sizing.
[code][button id=”” class=”btn btn-primary” type=”large” target=”” href=”#” tag=”span”]Large[/button][/code]
[button id=”” class=”btn btn-primary” type=”large” target=”” href=”#” tag=”span”]Large[/button]
[button id=”” class=”btn btn-success” type=”small” target=”” href=”#” tag=”span”]Small[/button]
[button id=”” class=”btn btn-info” type=”mini” target=”” href=”#” tag=”span”]Mini[/button]