Hello!
Is there any way to install this theme to a existing blazor project
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"
]
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700">