Blazor install
how can I install metronic 8 in an existing blazor project?
Replies (1)
Hi Daniele,
Thank you for contacting us.
To use our components, ensure that you include the required theme JavaScript and CSS files in your project.
CSS:
"plugins/global/plugins.bundle.css",
"css/style.bundle.css" JS:
"plugins/global/plugins.bundle.js",
"js/scripts.bundle.js" Also, wrap your project with our JavaScript components initialization file located at Starterkit/Shared/MasterInit.razor.
By including these mandatory JavaScript and CSS files and initializing your project as mentioned above, you'll be able to utilize most of our Razor components. Additional JavaScript files may be required depending on the specific pages and components you want to use.
Please let us know if you have any further questions on this topic or anything else.
Regards,
Lauris Stepanovs,
Keenthemes Support Team