bootstrap-vue
bootstrap-vue copied to clipboard
Bootstrap 5 components for Vue 3
I'm using the [CFormCheck](https://coreui.io/bootstrap-vue/forms/checks-radios.html) component to allow the user to select an option, but I can't figure out how to get the value of the selected button back to my...
For example, this works: `` But this does not: ``
https://getbootstrap.com/docs/5.1/components/dropdowns/#menu-items Bootstrap 5 supports dropdown menu items with `button` elements.
I'm using Edge Chromium, the webpage is not interactable after closing any modal. You can try it from your documentation page: https://coreui.io/bootstrap-vue/components/modal.html#live-demo 1. Click"Launch demo modal" 2. Close the modal...
Currently [CDDropdownItem](https://coreui.io/bootstrap-vue/components/dropdown.html#cdropdownitem) only supports ```href``` prop. It would be nice if the Vue Router object props were also supported. New Props: - **to**: supports string path or [Vue Router Location...
It looks like in the [official docs](https://coreui.io/bootstrap-vue/getting-started/introduction.html) the icon component page is missing. The link in the side nav points to this page: https://coreui.io/bootstrap-vue/components/icon.html and currently throws a 404