@prefecthq/prefab-ui 0.1.0 → 0.3.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 +13 -0
- package/dist/_chunks/charts-B9pxPib5.mjs +20519 -0
- package/dist/_chunks/compound-calendar-DOC33V6C.mjs +3404 -0
- package/dist/_chunks/content-DK71iMl_.mjs +14178 -0
- package/dist/_chunks/embed-DNN8TWNC.mjs +29093 -0
- package/dist/_chunks/icons-xEV2Rqfo.mjs +27126 -0
- package/dist/playground.html +2552 -1934
- package/dist/renderer.js +1 -8710
- package/package.json +2 -3
package/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# @prefecthq/prefab-ui
|
|
2
|
+
|
|
3
|
+
The renderer and playground for [Prefab](https://prefab.prefect.io), the agentic frontend framework.
|
|
4
|
+
|
|
5
|
+
This package contains the bundled React renderer that turns Prefab's JSON wire format into a live interface. If you're building with Prefab in Python, you want the [`prefab-ui`](https://pypi.org/project/prefab-ui/) Python package instead.
|
|
6
|
+
|
|
7
|
+
## Documentation
|
|
8
|
+
|
|
9
|
+
Full documentation at [prefab.prefect.io](https://prefab.prefect.io), including an interactive [playground](https://prefab.prefect.io/playground).
|
|
10
|
+
|
|
11
|
+
## License
|
|
12
|
+
|
|
13
|
+
Apache 2.0
|