Questions tagged [flowbite]
114 questions
0
votes
0 answers
How can i add flowbite-datepicker in nuxt3
https://flowbite.com/docs/plugins/datepicker
i try add flowbite-datepicker to package then use them in my test.vue but didn't work
please helpme

helpme
- 1
0
votes
1 answer
Using Tailwind/Flowbite and can't get "top-center" modal directive to work
I'm using Tailwindcss and Flowbite, and have a working modal. I'm now attempting to have it positioned "top-center", and according to the docs (https://flowbite.com/docs/components/modal/#placement), I should be able to simply add the…

Source Matters
- 1,110
- 2
- 15
- 35
0
votes
1 answer
Disabling past dates in flowbite datepicker
I am using the following date picker with flowbite and tailwind.
flowbite datepicker
I am using just the calendar and I am trying to disable past dates so that users are unable to click on them.
HTML

CodeLover
- 166
- 1
- 11
- 34
0
votes
0 answers
Trying to get Modal displaying different information dependant upon which button is clicked in NextJS
I'm trying to build a quiz app in NextJS. I'm currently using a const to populate 4 button choices which are modals that display a pop up to inform if the correct choice is made. I have the buttons displaying a choice correctly but the modal…

SLR
- 1
0
votes
1 answer
Dropdown menu is not displaying in my react hooks in a Navbar component imported in Home page
In my Navbar, the About Us dropdown menu is not displaying in my react hooks web app. Following are my dependencies installed. Could someone please advise what could be the reason here ?
CSB link:…

soccerway
- 10,371
- 19
- 67
- 132
0
votes
0 answers
Flowbite's initFlowbite() do not work when using async await in vue router
The problem is flowbite's js(like menu or dropdowns) do not work when vue router has async/await things.
So when i remove await keyword everything works fine, but the thing is i need that async/await to authenticate a user. The js that placed in vue…

zaketn
- 1
0
votes
0 answers
Change style of TabItem component of svelte flowbite
Actually, I am trying to change the style of a TabItem of svelte flowbite. The problem is that I want to change some things like the background-color or the color of the text and it doesn't work properly.
As written in the documentation, I can put…

Lirit
- 3
- 3
0
votes
1 answer
If the library I'm building uses a package for icons, does it go under dependencies or devDependencies?
So I am trying to build my first react component library. My library is using flowbite and also react-icons. I've done some reading on the differences but I still am not sure where do these go.
I want to say just normal dependencies no? As they are…

Tsabary
- 3,119
- 2
- 24
- 66
0
votes
0 answers
Admin Dashboard Background Image not full when in smaller width
im trying to make admin dashboard page, i use vue3 and tailwind,flowbite, and vue-flowbite. I Manage to make it like this
but i notice something there's scrollball in the bottom of the page, when i check it, something was wrong it become like…

Avalon
- 13
- 3
0
votes
1 answer
Error: Cannot find module 'tailwindcss/defaultTheme' issue with Rails 7.0.5 and Ruby 3.1.2 and Tailwindcss
I am having a heck of a time getting tailwindcss and flowbite to deploy on my Rails 7.0.5 server. Please let me know if you have any suggestions on how to fix. It works just fine in development mode, but when I deploy using Capistrano I end of…

acoustic_north
- 815
- 11
- 31
0
votes
0 answers
React Flowbite Modal does not open from external component
I am just started with Flowbite react components. I am facing a couple of quite annoying issues with the Modal. Here is the one:
// This component will be used inside of the next one. It has a button that can make it visible and onClose function to…

Dmytro Mykhailov
- 249
- 1
- 3
- 14
0
votes
1 answer
Set carousel item number based on saved localStorage value using TailwindCSS and Flowbite?
Using TailwindCSS and Flowbite to add a Carousel to my page. I have also added a toggle switch element that basically allows me to cycle between the two items in the Carousel (checked = slide 2, unchecked = slide 1).
This WORKS - where I'm stuck is…

Source Matters
- 1,110
- 2
- 15
- 35
0
votes
0 answers
flowbite design is different after splitting the components
I copied exactly this code exact code from a flowbite component:
https://flowbite.com/docs/components/sidebar/#sidebar-with-navbar
However I wanted to make things in components like this:
import Navbar from…

A Akrm
- 97
- 7
0
votes
1 answer
Flowbite overriding/changing input field CSS
I am currently using Flowbite CDN and Tailwind CDN on my project. I used a Flowbite component carousel but somehow it also changed my input element classes. The third input field somehow is not changed, only the first and second.