themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.35k stars 711 forks source link

How to install this in solid js #742

Open sh1man opened 7 months ago

sh1man commented 7 months ago

I don’t understand how to use this in solid js, could someone tell me how to install it? I'm using Astro + Solid js. not working ( https://flowbite.com/docs/getting-started/solid-js/

I need to do this in all components, this is a crutch

import {initFlowbite} from "flowbite";
 onMount(()=>{
         initFlowbite();
    });
jwstegemann commented 7 months ago

same here...