The full Umbraco UI Library. The package includes and registers all UUI Web Components.
npm i @umbraco-ui/uui
Import the registration of all uui
web components via:
import '@umbraco-ui/uui';
The component is available via CDN. This means it can be added to your application without the need of any bundler configuration. Here is how to use it with jsDelivr.
<!-- 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/[email protected]/dist/uui.min.js"></script>