@cocoar/ui-overlay 0.1.0-beta.80 → 0.1.0-beta.82
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 +3 -3
- package/fesm2022/cocoar-ui-overlay.mjs +888 -976
- package/fesm2022/cocoar-ui-overlay.mjs.map +1 -1
- package/package.json +1 -1
- package/types/cocoar-ui-overlay.d.ts +84 -89
package/README.md
CHANGED
|
@@ -6,9 +6,9 @@ This library provides an Angular-first overlay foundation (specs, builders, serv
|
|
|
6
6
|
|
|
7
7
|
## Quick start
|
|
8
8
|
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
9
|
+
- Create a builder via `createOverlayBuilder()`
|
|
10
|
+
- Configure shared settings (anchor/position/dismiss/size/etc.)
|
|
11
|
+
- Choose content last via `.fromTemplate(...)` / `.fromComponent(...)` / `.fromText()` and open via `.open(...)`
|
|
12
12
|
|
|
13
13
|
## App-level policy (DI)
|
|
14
14
|
|