Skip to main content

Questions tagged [flowbite]

The tag has no usage guidance.

0 votes
0 answers
10 views

How to hide flowbite drawer when page loads and only show when users click the button?

using flowbite drawer to show content. I'm showing to figure out how to hide the drawer when the page loads. i would like to have the drawer show only when the button is clicked. Show bottom ...
user3038515's user avatar
0 votes
0 answers
27 views

Problem loading Tailwind, Flowbite and other assets in production Digital Ocean app platform

Styles are not loading in production. Not sure what to do. In my local machine, everything loads smoothly but not in production. I am using Rails 6.1.3.8, Ruby 3.1.2, latest version of Yarn, Webpacker ...
Elias Glyptis's user avatar
0 votes
2 answers
26 views

How to remove next and Previous buttons from Pagination Flowbite Library

How to remove next and Previous buttons from pagination of flowbite library? I write this code but the buttons doesn't remove. My goal is to reach this figure: import { Pagination } from "...
Iman Jalali's user avatar
0 votes
1 answer
68 views

Document not defined error with Flowbite and Angular 18 SSR

first time posting on stack overflow and very junior dev, sorry if there's some mistake in the way to present the issue. I'm trying to use Flowbite library with Angular 18 SSR. flowbite.service.ts : ...
Rémi Debruyne's user avatar
1 vote
1 answer
60 views

ViteJS version 5 not working with Apexcharts

I'm currently working on a project using Ruby on Rails and React. I'm using Vite vite_rails and vite version 5.3.1. I'm trying to integrate some dynamic charts using Apexcharts examples from Flowbite. ...
Steven Aguilar's user avatar
0 votes
0 answers
27 views

Can't use flowbite Button into vitest+jsdom?

I'm trying to build basic component testing via vitest and jsdom, so I created vitest.config.js containing: import { defineConfig } from 'vite'; import { svelte } from '@sveltejs/vite-plugin-svelte'; ...
tobiasBora's user avatar
  • 2,085
0 votes
0 answers
20 views

export 'Navbar' (imported as 'Navbar') was not found in 'flowbite-react' (possible exports: theme)

When i run our Project using npm start then these error are show Failed to compile. Attempted import error: 'Navbar' is not exported from 'flowbite-react' (imported as 'Navbar'). ERROR in ./src/admin/...
Amaan Ahmad's user avatar
0 votes
1 answer
69 views

Open a modal inside an element in an {#each ... } loop

Problem: Every time I open the modal in one of the child components in the loop it always opens the modal in the last element of the loop. I cannot make it open the modal of the other child elements ...
kongand's user avatar
0 votes
0 answers
58 views

Flowbite components are visable, but not working in Livewire/Laravel

I successfully installed Flowbite by following the docs https://flowbite.com/docs/getting-started/laravel/. Components only works if I test in the global layout, but they do not work in any other ...
henrbu's user avatar
  • 169
0 votes
0 answers
34 views

Got error "img is not a function" in Next.js 14

I've got this error on Next.js version 14 (App router) with Flowbite UI library TypeError: img is not a function I've checked around on Stack Overflow and GitHub Issues, but no luck. I need to ...
Harry Andriyan's user avatar
0 votes
0 answers
20 views

styling tabs in flowbite-react

function Tab() { return ( <> <Tabs aria-label="Default tabs" style="default"> <Tabs.Item active title="Profils" icon={HiUserCircle}...
Gayathri Devi P's user avatar
0 votes
0 answers
125 views

Tailwind CSS Drawer (offcanvas) - Flowbite toggle using React usestate

Maybe this is not the right way, if so please advice, but I'm trying to use Flowbite drawer on my react vite typescript application. https://flowbite.com/docs/components/drawer/ the barebone that I ...
Harts's user avatar
  • 4,063
0 votes
0 answers
79 views

Astro with Tailwind and Flowbite does not work when deploy

I created a new Astro project with tailwind and I'm using Flowbite as a component library. On localhost, everything works perfectly but when I try to deploy to Vercel with mode 'server' or 'hybrid', I ...
Br0wn's user avatar
  • 584
1 vote
1 answer
115 views

Navbar from flowbite-react is always collapsed

I have followed the installation guide as outlined here After that I have copied the entire default navbar The navbar given is always collapsed, as shown in the images below. No matter the screen size....
MrArgon's user avatar
  • 27
0 votes
0 answers
27 views

Problem with the height of a container in tailwind remix

I'm trying to make a remix dashboard with tailwind and when it comes to placing several charts inside a container with a maximum height, it overflows below creating a blank space... [Error] [Error] ...
user24988959's user avatar

15 30 50 per page
1
2 3 4 5
13