Vue List group Component API
List group API
Explore the API reference for the Vue List group component and discover how to effectively utilize its props for customization.
CListGroup
import { CListGroup } from '@coreui/vue-pro'
| Property | Default | Type |
|---|
| as | 'ul' | string |
Component used for the root node. Either a string to use a HTML element or a component. |
| flush | - | boolean |
Remove some borders and rounded corners to render list group items edge-to-edge in a parent component (e.g., <CCard>) |
| layout | - | string |
Specify a layout type. |
CListGroupItem
import { CListGroupItem } from '@coreui/vue-pro'
| Property | Default | Type |
|---|
| active | - | boolean |
Toggle the active state for the component. |
| as | 'li' | string |
Component used for the root node. Either a string to use a HTML element or a component. |
| color | - | Color |
Sets the color context of the component to one of CoreUI’s themed colors. |
| disabled | - | boolean |
Toggle the disabled state for the component. |