@fundamental-engine/elements 0.7.0 → 0.9.0
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 +2 -2
- package/custom-elements.json +746 -72
- package/dist/index.d.ts +64 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +181 -7
- package/dist/index.js.map +1 -1
- package/dist/platform-runtime.d.ts.map +1 -1
- package/dist/platform-runtime.js +6 -2
- package/dist/platform-runtime.js.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -105,14 +105,14 @@ when you want one field across a whole page regardless of framework.
|
|
|
105
105
|
## Recipes & data binding
|
|
106
106
|
|
|
107
107
|
To apply a named recipe over your markup (or bind data to it) rather than wire bodies by hand, use
|
|
108
|
-
`applyRecipe()` / `bindData()` from [`@fundamental-engine/dom`](../
|
|
108
|
+
`applyRecipe()` / `bindData()` from [`@fundamental-engine/dom`](../dom); browse all 64 recipes at
|
|
109
109
|
[`/docs/gallery`](https://fundamental-engine.com/docs/gallery). The starter app in
|
|
110
110
|
[`apps/starter`](../../apps/starter) shows the declarative element, `applyRecipe`, and `bindData`
|
|
111
111
|
together.
|
|
112
112
|
|
|
113
113
|
## Related
|
|
114
114
|
|
|
115
|
-
[`@fundamental-engine/core`](../core) · [`@fundamental-engine/dom`](../
|
|
115
|
+
[`@fundamental-engine/core`](../core) · [`@fundamental-engine/dom`](../dom) · [`@fundamental-engine/react`](../react) ·
|
|
116
116
|
[`@fundamental-engine/vanilla`](../vanilla) · the [documentation map](../../docs/README.md).
|
|
117
117
|
|
|
118
118
|
## License
|