ButtonGroup
A set of related buttons.
Import
import { Button } from 'raw-ui';Types
Size
Variant
Outline
Ghost
Vertical
Disabled
API
| Prop | Description | Type | Default |
|---|---|---|---|
| type | button type | 'default' | 'primary' | 'success' | 'warning' | 'error' | 'default' |
| size | button size | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'md' |
| variant | button variant | 'outline' | 'ghost' | 'outline' |
| vertical | show all buttons vertically | boolean | false |
| disabled | disable all buttons | boolean | false |