Code

API

This component extends the native <div>arrow-up-right API. That's why the className prop is not included in the table.

Props
Type
Required

children

ReactNode

βœ…

size

'default' | 'large' | 'small'

❌

chevron-rightchildrenhashtag

A group of <Button /> components.

circle-info

There is no need to install the <Button />component, in case if you only installed the <ButtonGroup />,

you can use the <ButtonGroup.Button /> component. Also, there is no need to import it as you can see in the example below.

chevron-rightsizehashtag

Changes the size of all the buttons programatically.

Example

Last updated