themesberg / flowbite

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

Add Flowbite integration with Blazor WebAssembly (WASM) #762

Closed sodiqyekeen closed 6 months ago

sodiqyekeen commented 6 months ago

WASM Support: We've added support for Blazor WebAssembly (WASM). This includes setting up the Flowbite init functions using an interop layer that ensures the DOM rendering before applying the event listeners via the data attributes API.

Please review these changes and provide your feedback.

zoltanszogyenyi commented 6 months ago

Hey @sodiqyekeen,

Thanks a lot for the contribution!

I've merged the PR after doing some improvement to the tutorial in terms of linting and words.

Cheers, Zoltan