Skip to content

ButtonGroup

Group related buttons together.

import { ButtonGroup, Button } from '@truongdq01/ui';
<ButtonGroup variant="outlined">
<Button>Left</Button>
<Button>Center</Button>
<Button>Right</Button>
</ButtonGroup>;
  • Refer to the component props in the API reference or source for advanced configuration.