uui
The full Umbraco UI Library. The package includes and registers all UUI Web Components.
Installation
ES imports
npm i @umbraco-ui/uui
Import the registration of all uui
web components via:
import '@umbraco-ui/uui';
CDN
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.
<script src="https://cdn.jsdelivr.net/npm/@umbraco-ui/uui@latest/dist/uui.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@umbraco-ui/uui@X.X.X/dist/uui.min.js"></script>
Included components