Hi
Forgive me ... I only have a basic knowledge of CSS and Javascript.
I'm evaluating the use of the Sidebar and Context Menu controls in a Blazor Server App and reading through the Getting Started documentation. Using the CRG I've downloaded script and CSS files for the Bootstrap4 theme ... but I'm not sure what I should do with them and how to reference them from my project. The following two lines have been added to my _Host.cshtml file. Is that the correct thing to do?
<link rel='nofollow' href="css/mybootstrap4.css" rel="stylesheet" />
<script src="css/crg09042020a.js" type="text/javascript"></script>
Your help in telling me how I reference these files would be appreciated.
Peter