import { CButtonGroup } from '@coreui/react'// orimport CButtonGroup from '@coreui/react/src/components/button-group/CButtonGroup'| Property | Description | Type | Default |
|---|---|---|---|
| className | A string of all className you want applied to the base component. | string | - |
| size | Size the component small or large. | 'sm' | 'lg' | - |
| vertical | Create a set of buttons that appear vertically stacked rather than horizontally. Split button dropdowns are not supported here. | boolean | - |
On this page