Hello Developers,
I’m a backend developer using Metronic Tailwind, and I’m trying to globally integrate components such as file-upload and select across all pages of my project. However, I don’t have experience working with Webpack or advanced frontend build tools.
Could you please guide me on:
* How to configure and use these components effectively without diving deep into Webpack or similar tools?
* How to make these components available globally so that I can use them across multiple pages without reinitializing them manually?
Any step-by-step guidance or reference to documentation would be greatly appreciated.
Thank you in advance!
Hi,
To use Metronic 9 Tailwind in your project you will need to use the webpack build tool to recompile your Tailwind CSS build whenever you make changes in your HTML code. Tailwind produces the CSS file based on the CSS classes used in your HTML code.
Using the components actors page is straightforward, just use the HTML code according to the documentation and the same will work on all pages.
Regards,
Sean