Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

ButtonGroup

Mika Berglund edited this page Jan 4, 2020 · 3 revisions

ButtonGroup Component

The ButtonGroup component is used to group buttons together. Buttons in the same group are joined together.

Examples

@using BlazorBootstrap.Components

<ButtonGroup>
    <Button Color="NamedColor.Success">Button #1</Button>
    <Button Color="NamedColor.Danger">Button #2</Button>
    <Button Color="NamedColor.Info">Button #3</Button>
</ButtonGroup>
Clone this wiki locally