File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ If you want to develop a component or contribute to the repository go to ["Get s
64
64
| [ ` <uui-loader-bar> ` ] ( packages/uui-loader-bar ) | [ ![ npm] ( https://img.shields.io/npm/v/@umbraco-ui/uui-loader-bar?logoColor=%231B264F )] ( https://www.npmjs.com/package/@umbraco-ui/uui-loader-bar ) |
65
65
| [ ` <uui-loader-circle> ` ] ( packages/uui-loader-circle ) | [ ![ npm] ( https://img.shields.io/npm/v/@umbraco-ui/uui-loader-circle?logoColor=%231B264F )] ( https://www.npmjs.com/package/@umbraco-ui/uui-loader-circle ) |
66
66
| [ ` <uui-menu-item> ` ] ( packages/uui-menu-item ) | [ ![ npm] ( https://img.shields.io/npm/v/@umbraco-ui/uui-menu-item?logoColor=%231B264F )] ( https://www.npmjs.com/package/@umbraco-ui/uui-menu-item ) |
67
+ | [ ` <uui-modal> ` ] ( packages/uui-modal ) | [ ![ npm] ( https://img.shields.io/npm/v/@umbraco-ui/uui-modal?logoColor=%231B264F )] ( https://www.npmjs.com/package/@umbraco-ui/uui-modal ) |
67
68
| [ ` <uui-pagination> ` ] ( packages/uui-pagination ) | [ ![ npm] ( https://img.shields.io/npm/v/@umbraco-ui/uui-pagination?logoColor=%231B264F )] ( https://www.npmjs.com/package/@umbraco-ui/uui-pagination ) |
68
69
| [ ` <uui-popover> ` ] ( packages/uui-popover ) | [ ![ npm] ( https://img.shields.io/npm/v/@umbraco-ui/uui-popover?logoColor=%231B264F )] ( https://www.npmjs.com/package/@umbraco-ui/uui-popover ) |
69
70
| [ ` <uui-progress-bar> ` ] ( packages/uui-progress-bar ) | [ ![ npm] ( https://img.shields.io/npm/v/@umbraco-ui/uui-progress-bar?logoColor=%231B264F )] ( https://www.npmjs.com/package/@umbraco-ui/uui-progress-bar ) |
Original file line number Diff line number Diff line change @@ -26,6 +26,4 @@ import { UUIModalElement } from '@umbraco-ui/uui-modal';
26
26
27
27
## Usage
28
28
29
- ``` html
30
- <uui-modal ></uui-modal >
31
- ```
29
+ You need to spin up your own modal that extends the UUIModalElement. Use the ` <uui-modal-container> ` to host the modals.
You can’t perform that action at this time.
0 commit comments