Button group
Button group component can be used to group related button components.
Usage
import { RButton, RButtonGroup } from '@rebilly/revel';
<r-button-group>
<r-button>Button 1</r-button>
<r-button>Button 2</r-button>
<r-button>Button 3</r-button>
</r-button-group>
Example
Name | Type | Default | Description |
---|---|---|---|
fluid | boolean | true | Makes the button group full width. |
Name | Description |
---|---|
default | Button components. |