flowbite-vue
flowbite-vue copied to clipboard
Official Vue 3 components built for Flowbite and Tailwind CSS
Sidebar doesn't hide in mobile
Hi - I'm using flowbite-vue with typescript. Whenever I use a variable that I want as a number, the v-model complains that ``` node_modules/flowbite-vue/dist/components/FwbInput/FwbInput.vue.d.ts:67:5 67 modelValue: string; ~~~~~~~~~~ The expected...
Without importing flowbite vue's styles some things aren't working properly... for example tooltips: Tooltips with flowbite vue implemented exactly as in quick guide:  Tooltips after explicitly importing Flowbite Vue...
### Description I use flowbite vue . When i use FlowbiteTextArea then i set a maxlength limitation but ita was not working ` `
Hey everyone (and especially @cogor), Together with @robert1508 we've decided to show some love to the Flowbite Vue community and docs and so we've created a brand new design and...
This is a fix for #238 When accordion panels are rendered dynamically the order calculations won't work properly because the actual DOM render and FwbAccordionPanel.vue onMounted function order are reversed....
I have successfully integrated the Flowbite Carousel into my Vue project. However, I am encountering a problem where I am unable to click to the next image in the carousel,...
## Description I found 2 issues with the accordion: 1. The bottom border is wrongly [calculated](https://github.com/themesberg/flowbite-vue/blob/ea6fcf1a4cc6a9cc419fdd5c77b13b512ba55fac/src/components/Accordion/composables/useAccordionContentClasses.ts#L18-L19) for the accordion panels. As a result, if there are **exactly** 3 panels in...