ButtonGroup

A set of related buttons.

Import

import { Button } from 'raw-ui';

Types

Size

Variant

Outline

Ghost

Vertical

Disabled

API

PropDescriptionTypeDefault
typebutton type'default' | 'primary' | 'success' | 'warning' | 'error''default'
sizebutton size'xs' | 'sm' | 'md' | 'lg' | 'xl''md'
variantbutton variant'outline' | 'ghost''outline'
verticalshow all buttons verticallybooleanfalse
disableddisable all buttonsbooleanfalse