@umbraco-ui/uui
v1.16.0
Published
The full Umbraco UI Library. The package includes and registers all UUI Web Components.
Readme
uui
The full Umbraco UI Library. The package includes and registers all UUI Web Components.
Installation
ES imports
npm i @umbraco-ui/uuiImport 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.
<!-- 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>Included components
| Component | Status |
| ---------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| <uui-avatar-group> | |
|
<uui-avatar> | |
|
<uui-badge> | |
|
uui-base | |
|
<uui-box> | |
|
<uui-breadcrumbs> | |
|
<uui-button> | |
|
<uui-button-group> | |
|
<uui-checkbox> | |
|
<uui-input> | |
|
<uui-keyboard-shortcut> | |
|
<uui-loader> | |
|
<uui-loader-bar> | |
|
<uui-loader-circle> | |
|
<uui-radio> | |
|
<uui-slider> | |
|
<uui-table> | |
|
<uui-tabs> | |
|
<uui-tag> | |
|
<uui-toggle> | |
|
uui bundle package | |
