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

Official Vue 3 components built for Flowbite and Tailwind CSS

Results 102 flowbite-vue issues
Sort by recently updated
recently updated
newest added

I'm starting with flowbite and tailwind, is there a way to change the dropdown color to a custom color?

🔧 enhancement

support for double placement in dropdown components as the base flowbite library does. Actually it only supports `top|right|bottom|left`, and originally they are `top|right|bottom|left-{start|end}`. --- Content from base library docs: ####...

🔧 enhancement

_Experiencing a strange issue._ I could get Flowbite setup and running on Nuxt 3, both via plugin or adding it via `nuxt.config.ts` script. My problem is that everything works fine,...

Hi there, I'm looking for a modal component vertically centered. I saw when I remove the h-full class on the modal root div the result is a centered modal. https://github.com/themesberg/flowbite-vue/blob/main/src/components/FwbModal/FwbModal.vue#L13...

🔧 enhancement

Hello there, I am using v0.1.4 and the `FwbFileInput` component. I tried to add an `accept` field as it is one of the props now. But it doesn't work and...

🪲 bug

Passthrough `autocomplete` to HTML elements.

#298 In order to make the `` work with named router links, I propose the following. Now of course, the type `{ name: string }` could be extracted into an...

In case when one has nested pages like: `/tool`, and `/tool/foo` in the route definition we have the following: ```ts const routes: RouteRecordRaw[] = [ { component: ..., name: 'rool-route',...

I tried implementing the toggle component in my project using Flowbite version 2.3.0 and encountered an issue: the label with white text color is not visible. This issue is in...

In some case it is required to swap the order of label and toggle in Toggle component. Currently it is only possible with setting `rtl` for a wrapper class. I...