Hello,
do you have tutorial for integrating theme with existing net core projects? For example if I want to use theme for .net core identity and some other areas in application?
Thanks,
Carlo
Hi Carlo,
At the moment we do not have such a tutorial, we will consider including this in future releases.
To use our theme in your project you should include theme main CSS and JavaScript files, the rest of the plugins are optional.
Mandatory CSS files:
<link href="/metronic8/demo1/assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css">
<link href="/metronic8/demo1/assets/css/style.bundle.css" rel="stylesheet" type="text/css">
<script src="/metronic8/demo1/assets/plugins/global/plugins.bundle.js"></script>
<script src="/metronic8/demo1/assets/js/scripts.bundle.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700">