@duyluonganduin/acl-web-components 0.0.4 → 0.0.5
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 +5 -2
- package/dist/acl-web-components.cjs +57 -54
- package/dist/acl-web-components.d.ts +2 -0
- package/dist/acl-web-components.js +114 -105
- package/dist/react.d.ts +31 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -181,9 +181,12 @@ Once enabled, all component props are typed:
|
|
|
181
181
|
| Progress | `<anduin-progress>` | `percent`, `height` |
|
|
182
182
|
| Skeleton | `<anduin-skeleton>` | `effect`, `shape`, `height`, `width`, `duration`, `font-size` |
|
|
183
183
|
| Spinner | `<anduin-spinner>` | `size`, `percent` |
|
|
184
|
-
|
|
|
184
|
+
| Menu | `<anduin-menu>` | `placement`, `open` |
|
|
185
|
+
| Menu Item | `<anduin-menu-item>` | `icon`, `variant`, `disabled` |
|
|
186
|
+
| Popover | `<anduin-popover>` | `placement`, `open` |
|
|
187
|
+
| Tabs | `<anduin-tabs>` | `default-value`, `value`, `fill` |
|
|
185
188
|
| Tab List | `<anduin-tabs-list>` | `alignment` |
|
|
186
|
-
| Tab Trigger | `<anduin-tab-trigger>` | `value`, `start-icon`, `disabled` |
|
|
189
|
+
| Tab Trigger | `<anduin-tab-trigger>` | `value`, `start-icon`, `disabled`, `show-badge`, `badge-count` |
|
|
187
190
|
| Tab Content | `<anduin-tab-content>` | `value` |
|
|
188
191
|
| Tag | `<anduin-tag>` | `variant`, `icon`, `disabled` |
|
|
189
192
|
| Tag Close | `<anduin-tag-close>` | — |
|