@umbraco-ui/uui 0.0.2 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # uui
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@umbraco-ui/uui?logoColor=%231B264F)](https://www.npmjs.com/package/@umbraco-ui/uui)
4
+
3
5
  The full Umbraco UI Library. The package includes and registers all UUI Web Components.
4
6
 
5
7
  ## Installation
@@ -27,3 +29,29 @@ The component is available via CDN. This means it can be added to your applicati
27
29
  <!-- Specific version -->
28
30
  <script src="https://cdn.jsdelivr.net/npm/@umbraco-ui/uui@X.X.X/dist/uui.min.js"></script>
29
31
  ```
32
+
33
+ ### Included components
34
+
35
+ | Component | Status |
36
+ | ---------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
37
+ | [`<uui-avatar-group>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-avatar-group) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-avatar-group?logoColor=%231B264F) |
38
+ | [`<uui-avatar>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-avatar) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-avatar?logoColor=%231B264F) |
39
+ | [`<uui-badge>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-badge) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-badge?logoColor=%231B264F) |
40
+ | [`uui-base`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-base) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-base?logoColor=%231B264F) |
41
+ | [`<uui-box>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-box) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-box?logoColor=%231B264F) |
42
+ | [`<uui-breadcrumbs>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-breadcrumbs) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-breadcrumbs?logoColor=%231B264F) |
43
+ | [`<uui-button>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-button) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-button?logoColor=%231B264F) |
44
+ | [`<uui-button-group>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-button-group) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-button-group?logoColor=%231B264F) |
45
+ | [`<uui-checkbox>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-checkbox) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-checkbox?logoColor=%231B264F) |
46
+ | [`<uui-input>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-input) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-input?logoColor=%231B264F) |
47
+ | [`<uui-keyboard-shortcut>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-keyboard-shortcut) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-keyboard-shortcut?logoColor=%231B264F) |
48
+ | [`<uui-loader>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-loader) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-loader?logoColor=%231B264F) |
49
+ | [`<uui-loader-bar>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-loader-bar) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-loader-bar?logoColor=%231B264F) |
50
+ | [`<uui-loader-circle>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-loader-circle) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-loader-circle?logoColor=%231B264F) |
51
+ | [`<uui-radio>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-radio) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-radio?logoColor=%231B264F) |
52
+ | [`<uui-slider>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-slider) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-slider?logoColor=%231B264F) |
53
+ | [`<uui-table>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-table) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-table?logoColor=%231B264F) |
54
+ | [`<uui-tabs>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-tabs) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-tabs?logoColor=%231B264F) |
55
+ | [`<uui-tag>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-tag) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-tag?logoColor=%231B264F) |
56
+ | [`<uui-toggle>`](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui-toggle) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-toggle?logoColor=%231B264F) |
57
+ | [`uui` bundle package](https://github.com/umbraco/Umbraco.UI/tree/dev/packages/uui) | ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui?logoColor=%231B264F) |