Button – Buttons with different sizes.
From Bootstrap - Demo Wiki
						
						| Component | ||
|---|---|---|
| Name | Button | |
| Description | Buttons with different sizes. | |
| Provider | BootstrapComponents | |
| Reference | BootstrapComponents Extension docs - button | |
| Styling | For all possible color styles and corresponding examples, see colors. | |
Basic Buttons
- Code
{{#bootstrap_button: Chameleon | color=primary}}
{{#bootstrap_button: Medik | color=secondary | text=Medik Skin }}
{{#bootstrap_button: Tweeki | color=info | text=Tweeki Skin }}
- Result
Sized Buttons
- Code
{{#bootstrap_button: Small | size=sm }}
{{#bootstrap_button: Medium | size=md }}
{{#bootstrap_button: Large | size=lg }}
- Result
