coreui-vue icon indicating copy to clipboard operation
coreui-vue copied to clipboard

Bootstrap 5 based Vue 3 components and directives. CoreUI for Vue.js replaces and extends the Bootstrap 5 javascript. Components have been built from scratch as true Vue 3 components.

Results 27 coreui-vue issues
Sort by recently updated
recently updated
newest added

It appears that the `selected` attribute was missing in the Options, so I have added it. Reference: https://github.com/coreui/coreui-vue/blob/7d80cc6c73c315c6f1ae9a1a58f1a37380077a48/packages/coreui-vue/src/components/form/CFormSelect.ts#L4-L9

The component `CHeader` write the tag div, with this custom property we can use header tag ```html ... // Out put: ... ... // Out put: ... ```

Hi! And thank you for looking at my issue. Has title mention, I have this weird issue where if the CMultiSelect is inside a , the submit happens. I went...

Hey! Since the last couple refactors on CNavItem, the `as` property as become mandatory in Typescript: ![image](https://github.com/user-attachments/assets/2605de82-2f75-4872-9748-20e6747ddf79) The first `CNavItem` on line 14 has a `as`, the second one on...

See https://github.com/coreui/coreui-vue/pull/209 for context. In latest version (v5.5.0) that problem still exists.