How to install to existing blazor project
Hello!
Is there any way to install this theme to a existing blazor project
Replies (1)
Hi,
Thank you for reaching out to us.
To use our theme you need to connect two main theme js and css files. This will already allow you to use all theme core styles and plugins.
"Css" : [
"plugins/global/plugins.bundle.css",
"css/style.bundle.css"
],
"Js" : [
"plugins/global/plugins.bundle.js",
"js/scripts.bundle.js"
] Other vendor files and custom js files depend on the pages that you are planning to use.
Also, include link tag below to use theme font style.
<link rel="stylesheet" href=" Regards,
Lauris Stepanovs,
Keenthemes Support Team