coreui-vue
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.
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
reference: #289
The component `CHeader` write the tag div, with this custom property we can use header tag ```html ... // Out put: ... ... // Out put: ... ```
CMultiSelect - If user click on X to remove and CMultiSelect is inside <form />, page is submitted
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:  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.