This repository was archived by the owner on Jan 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
ButtonToolbar
Mika Berglund edited this page Jan 4, 2020
·
3 revisions
The ButtonToolbar component combines sets of ButtonGroup components together into a toolbar.
@using BlazorBootstrap.Components
<ButtonToolbar>
<ButtonGroup MarginRight="Spacing.Two">
<Button Color="NamedColor.Success">Button #1</Button>
<Button Color="NamedColor.Danger">Button #2</Button>
<Button Color="NamedColor.Info">Button #3</Button>
</ButtonGroup>
<ButtonGroup MarginRight="Spacing.Two">
<Button Color="NamedColor.Success">Button #4</Button>
<Button Color="NamedColor.Danger">Button #5</Button>
</ButtonGroup>
<ButtonGroup MarginRight="Spacing.Two">
<Button Color="NamedColor.Success">Button #6</Button>
</ButtonGroup>
</ButtonToolbar>- Home
- Design Principles
- Getting Started
- Components
- Layout Components
- Generic Elements
- Layout Utilities
- Releases