Last updated 11 months ago
This component extends the native <div> API. That's why the className prop is not included in the table.
className
children
ReactNode
✅
size
'default' | 'large' | 'small'
❌
A group of <Button /> components.
There is no need to install the <Button />component, in case if you only installed the <ButtonGroup />,
<Button />
<ButtonGroup />,
you can use the <ButtonGroup.Button /> component. Also, there is no need to import it as you can see in the example below.
<ButtonGroup.Button />
Changes the size of all the buttons programatically.
Live Demo
Code Sandbox