Skip to main content
2 votes
1 answer
56 views

I am working on a simple website, using SvelteKit. For the UI, I use Flowbite-Svelte and some of its components. During early stages of development, I just used the availableFrom property. Now I want ...
Stef1397's user avatar
2 votes
2 answers
154 views

I am currently using flowbite version 1.2.0 on my svelte app. The issue I have is that I am unable to remove the padding from the AccordionItems contents since I want to control this myself. Looks ...
Carlos's user avatar
  • 21
1 vote
1 answer
444 views

The Svelte tutorial demonstrates how to declare a table row snippet: <tbody> {#snippet monkey()}...{/snippet} {@render monkey()} </tbody> So far so good. Makes sense to put a ...
Seva Golovanov's user avatar
0 votes
0 answers
140 views

I have been trying to get Flowbite Svelte's Navbar component to work properly. It works fine for mobile but any screen that is large it does not show the links of the NavUl attribute. src/lib/...
John's user avatar
  • 25
0 votes
0 answers
46 views

I am creating a multiple modals (one for each row of a table in a loop) where each modal should be shown on click event of its own "View" button. In my case, its always the last Modal that ...
Sanjeev Mishra's user avatar
0 votes
1 answer
255 views

I want to use the ApexCharts method at a flowbite svelte projects, but it does not work I followed the sample code from https://flowbite-svelte.com/docs/plugins/charts#Binding_chart It is not working, ...
kin's user avatar
  • 33
-1 votes
1 answer
712 views

I'm relatively new to using flowbite and i just started using flowbite-svelte but for some reason the template isn't working, the hamburger menu works fine but the design isnt reflecting, any ways to ...
Programmer's user avatar
0 votes
1 answer
204 views

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
1 answer
185 views

Simply I don't get it. I store fetch result in writable store and retrieve those data, but I got undefined error when I want to use nested json data (school) see below. Why? <p>item: {$data....
arena's user avatar
  • 402
1 vote
1 answer
376 views

I've been fiddling around with a project running Symfony 7 as backend together with Webpack Encore to handle all my style and JS stuff. It has been running great with Tailwind and DaisyUI. I then ...
Gerben321's user avatar
0 votes
1 answer
267 views

I'm playing around with flowbite-svelte and the NavBar component and setting fluid=true <Navbar fluid=true> OR <Navbar fluid="true"> but in VSCode it's showing an error that ...
notbrain's user avatar
  • 3,406
0 votes
1 answer
304 views

I am trying to create a simple Svelte Component (NumberFormatting) <script lang="ts"> export let number: string ; const formatNumber = (value: string) => { return ...
Fox Coyote's user avatar
1 vote
3 answers
907 views

I just started using Flowbite with Svelete. I followed the instructions located in the following link, and the sample works as expected. But in a new +layout.svelte, I added a NavBar, which I copied ...
adviner's user avatar
  • 3,627
0 votes
1 answer
855 views

Disclaimer: Total Svelte noob (only started learning two days ago). I have a login form that uses a custom "Input" component, this component uses another component (from Flowbite). What I ...
Stefan's user avatar
  • 1,304
0 votes
3 answers
247 views

The library flowbite-svelte has component Popover with open property. The property changing by click on button. In order to control external event listener (no in example) I need to know current value ...
Viewed's user avatar
  • 1,453