# Vue Button group Component API

> Explore the API reference for the Vue Button group component and discover how to effectively utilize its props for customization.

## CButtonGroup

```jsx
import { CButtonGroup } from '@coreui/vue-pro'
```

### Props

| Name | Type | Default | Description |
| --- | --- | --- | --- |
| `size` | `string` | - | Size the component small or large. |
| `vertical` | `boolean` | - | Create a set of buttons that appear vertically stacked rather than horizontally. Split button dropdowns are not supported here. |
