[Question] Using Flowbite with Blazor Web App
What recommendations would you give on how to use the Flowbite Javascript library in the Blazor Web App? I followed your YouTube tutorial on PageScript, I added a Flowbite javascript file in a razor component with a render mode of Interactive server or web assembly. A simple dropdown control (https://flowbite.com/docs/components/dropdowns/) and date picker controls still didn't work.
Flowbite: https://flowbite.com/docs/getting-started/blazor/#ui-components-for-blazor.
Thanks
Hi, apologies for the delay.
I added a Flowbite javascript file in a razor component with a render mode of Interactive server or web assembly
PageScript is primarily intended for scenarios where interactivity is not an option. If a page is interactive, you can use JavaScript interop to import modules and call functions on them.