import { CButtonGroup } from '@coreui/react'
// or
import CButtonGroup from '@coreui/react/src/components/button-group/CButtonGroup'
PropertyDescriptionTypeDefault
classNameA string of all className you want applied to the base component.string-
sizeSize the component small or large.'sm' | 'lg'-
verticalCreate a set of buttons that appear vertically stacked rather than horizontally. Split button dropdowns are not supported here.boolean-
On this page