Questions tagged [flowbite]
114 questions
0
votes
1 answer
Flowbite-react accordion component does not work when I applied State condition?
when I want to show Accordion on the basis of this statement=> {access === 2 && ( <= Screen disapppears.. and after removing this state it works.
Here is the Error and Example
Error :react.development.js:879 Uncaught Error:…

Hafiz Qaiser
- 11
- 3
0
votes
1 answer
Flowbite Datepicker Vue 2: How to make $refs as reactive?
this is following question for Vue 3 getting selected date from datepicker
I tried to make $refs as reactive data.
For instance,

Roslan Saidi
- 3
- 3
0
votes
0 answers
Flowbite Navbar not working for small screen in nextJs
I am using flowite css in my next.js project and I have used its default navbar component (Flowbite navbar). The navbar is not working for smaller screen. Does anyone know how to fix this issue
0
votes
1 answer
Fixing Modals in Flowbite-Svelte, Basic example not working
I’m trying to get Svelte, Flowbite and TypeScript working together. I was specifically testing the ability to handle modal dialog boxes. I found in my first round of testing that I could bring modals up from a button but not from code. So I tried…

BGW
- 75
- 5
0
votes
1 answer
React Router DOM + Flowbite NavBar: problem with links
I would like to use React Router DOM alongside Flowbite React. I am trying to build a navbar.
import {Link, useLocation} from "react-router-dom";
import {Navbar} from "flowbite-react";
...
const location = useLocation();
...
…

kiv_apple
- 491
- 3
- 13
0
votes
2 answers
Flowbite Modal does not open when switching between pages until you refresh the page
in mobile screen when the page load for the first time and you click the button to open the modal it does open, but after you go to another page and try to open another modal it does not open and you should refresh the page again and again every…

aimad azza
- 3
- 1
- 2
-1
votes
0 answers
Trouble sending a formData object containing a JSON file and strings received via flowbite-svelte's file-input component to a FastAPI backend?
I have a form made through flowbite-svelte that takes in a JSON file, and two other fields (strings). I am packaging it as a formData object and am trying to send it to backend where it is parsed. However, I am getting a 422 Unprocessable Entity…

Tommy Collins
- 1
- 1
-1
votes
3 answers
Hamburger menu not showing on mobile phone
I just finished my homepage, but when it comes to testing I'm a bit confused the navbar is completely fine on my Desktop browser for all sizes, but when i test it on my android phone in any browser the button does not take any effect...
anyone help…

meddhiaka
- 1
- 3
-1
votes
1 answer
Flowbite components views but the interactions doesn't work
I have problem with all flowbite components.
The problem is that the components loads but the interactions doesn't work. for instance this accordion is open and I can't close it neither can I open.
Also the models and carousels they loads but the…

Sham
- 23
- 9