I'm trying to use tailwindCSS on angular 12, and it's works fine.
My question is about using flowbite or tailwindui for UI component - is it support on angular too? because i'm trying to flow the instructions of flowbite and it's not working https://flowbite.com/docs/getting-started/quickstart/ the css work's fine but not the script.
For example I try to build a dropdowns like this - and it's not working (i'm not getting any error on console) https://flowbite.com/docs/components/dropdowns/#
What is wrong ?
Having the same issue, tried:
scripts:["../path/to/@themesberg/flowbite/dist/flowbite.bundle.js"]inangular.json<script src="../path/to/@themesberg/flowbite/dist/flowbite.bundle.js"></script>on the head ofindex.hmtlUpdate: Adding
import '@themesberg/flowbite';on either themain.tsorpolyfills.tscorrectly exports the functions to thevendor.jsorpolyfills.jsrespectfully. But even though they are present, the event listeners are not working: