Button Group
Button Group can be used to group multiple buttons together. However, it is recommended to limit a group to 2 buttons only.
Installation
import { ButtonGroup, ButtonGroupProps } from 'hc-mobile-app-ui';
Example
Props
Name
Type
Description
children
<Button />
One or more button components to be rendered as a group.
Last updated