Questions tagged [flowbite]
114 questions
1
vote
0 answers
Flowbite plugin not working in RouterView
I am currently building a dashboard app and I am facing an issue I can´t solve.
App.vue

Fabian Wassermann
- 23
- 6
1
vote
1 answer
How can I add flowbite to the React.Js . Followed the guide on the flowbite but components doesn't working well
Hello I used flowbite along with tailwindcss and react js But the components are not working in the react
(You can click the links to see the directory Images)
I imported the flowbite in the index.js
Created a components called Drp stands for…

Harshit Mishra
- 11
- 1
- 2
1
vote
1 answer
Tailwind Flowbite modal issues on Livewire action
I'm having a real hard time using Flowbite's modals with Livewire.
I have a Blade view restaurants.index rendering the x-layout Blade component, calls the component, and the modal for creating a new resource. (restaunts.index…

Gianmarco
- 69
- 1
- 9
1
vote
1 answer
Nextjs 12.* | tailwind CSS | flowbite drop down not working
hello i am newbe to nextjs, i am using tailwind/flowbite in project, i just copy and pasted flowbite search input with dropdown code from https://flowbite.com/docs/forms/search-input/, dropdown is not working.
i have configured tailwind css and…

NASIR ALI
- 109
- 1
- 7
0
votes
0 answers
How to export Flowbite React theme (JSON) from Figma
I've put up a Flobite React application (Flowbite a set of components styled with TailwindCSS classes).
Out UI/UX designer has created some examples/libraries in the Figma design system (based on the Flowbite components).
Flowbite's Docs say that it…

aPajo
- 46
- 7
0
votes
0 answers
Svelte Flowbite create dropdown in {#each} block and close at select
I tried to create a page to set/change key-value pairs for the item.
There is a button to create a new line in the form with two input, one select, and one textfield.
I'd like change the select to flowbite button+dropdown (for more control+styling…

Csaba Toth
- 1
- 2
0
votes
0 answers
custom autocomplete select box won't go on top of a modal
So I created a custom autocomplete in React with Tailwind and flowbite, and and and it works like it must, except that when i use the autocomplete in a flowbite modal and the modal isn't big, the moment i open the select box, it' will only appear…

Aymen khlil
- 25
- 1
- 4
0
votes
0 answers
How to use flowbite library and tw-elements library with nextjs 13 Tailwind CSS
I want to use Tailwind CSS flowbite library with nextjs 13, but I want to use html elements, i.e. jsx, not ready-made components in this library, so how is that done?
As
JSX components (I want this)
export default function MyPage() {
return (

Mohammed
- 1
0
votes
0 answers
Tailwind/Flowbite modal hidden behind backdrop
I'm going through the same issue as this developing in django: even with aria-hidden set to true it doesn't work.
I'm also really confused because i'm using the same exact modal for the signup and it works perfectly with two cta buttons, the…

framartino
- 1
- 2
0
votes
0 answers
Customize Range Slider to fill line with color as you move the input using Tailwind?
I have a Range slider component and I want it to fill the line with color as you move the dot along the range slider. I read the documentation here, but didn't find anything helpful. I was also looking into the text moving with the dot right under…

Lindsey Drennan
- 13
- 7
0
votes
0 answers
How to set Z-Index order in react tailiwind
I am newbie in tailwind. And i have page like this below
This build using React and Tailwind, do you know how to set the backdrop on this modal so it can be full for all screen?
Below my current code:

Nadhiful_A
- 11
- 5
0
votes
1 answer
Change border color input on focus Flowbite React
I am trying to change the color when focusing on an input in the Flowbite React library, but it's not working. I hope someone can help me.

Truong dinh hung
- 23
- 1
- 7
0
votes
0 answers
Dark mode not functioning properly in ASP.NET MVC project with Tailwind and Flowbite
I'm using Tailwind CSS in my ASP.NET MVC project but the dark mode stops working properly when I install Flowbite. The expected behavior is for the color mode (light or dark) to be selected automatically when I switch my OS color mode. It does work…
0
votes
0 answers
Error calling modal in Vue JS 3, How to solve it?
I have a problem when calling a modal through a javascript function. It happens that the const $targetEl takes it as null, but for the const modal if it finds the the Div in the dom. I have followed the flowbite documentation and according to it it…

Kvothe_0077
- 109
- 1
- 12
0
votes
4 answers
How to display popup above element?
I use svelte and flowbite that contain Popover view.
By default, popover view display above element that trigged it. How to display popover above other element? For example, I click button in the bottom of the page and popover display in the top of…

Viewed
- 1,159
- 3
- 16
- 43