Extending the Dashboard using the Umbraco UI library
Now that we have a fully functioning dashboard we might want to make it look prettier. To do this we can use the Umbraco UI library.
<script src="https://cdn.jsdelivr.net/npm/@umbraco-ui/uui@latest/dist/uui.min.js"></script>

Last updated
Was this helpful?