Variable: ButtonGroup
constButtonGroup:FC<ButtonGroupProps>
Defined in: components/ButtonGroup/index.tsx:37
Component
ButtonGroup
Description
A component to group multiple Button components together, with a shared style and orientation.
Param
The component props.
Returns
The rendered ButtonGroup component.
Example
<ButtonGroup>
<Button>One</Button>
<Button>Two</Button>
<Button>Three</Button>
</ButtonGroup>