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