D_Inventor
10/14/2024, 1:23 PMhtml
<!-- Latest Version -->
<script src="https://cdn.jsdelivr.net/npm/@umbraco-ui/uui@latest/dist/uui.min.js"></script>
<!-- Specific version -->
<script src="https://cdn.jsdelivr.net/npm/@umbraco-ui/uui@X.X.X/dist/uui.min.js"></script>
Just including this script tag, should be enough to make all the UUI components available on your razor template.
If you link directly to the cdn, you should also add a subresource integrity hash to the script tag.DarkstarVampire
10/15/2024, 7:09 AMDarkstarVampire
10/15/2024, 7:40 AM