themesberg / flowbite

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

How to install this in solid js #742

Open sh1man opened 12 months ago

sh1man commented 12 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 11 months ago

same here...