This component extends the native <div>arrow-up-right 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 Sandboxarrow-up-right
Last updated 1 year ago