Skip to content

Commit c072d60

Browse files
committed
feat: Add preview and edit mode for Breadboard Web
1 parent 6b49625 commit c072d60

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/projects/Breadboard/Phase 2/Board for Each.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,13 @@ A board that passes each object in an array through a board and returns the modi
2121
- [TypeScript](https://github.com/ExaDev/breadboard/blob/hackernews-simplified/packages/breadboard-web/src/boards/board-for-each.ts)
2222
- [JSON](https://github.com/ExaDev/breadboard/blob/hackernews-simplified/packages/breadboard-web/public/graphs/board-for-each.json)
2323
- [Open in Breadboard Web](https://breadboard-ai.web.app/?board=https://raw.githubusercontent.com/ExaDev/breadboard/hackernews-simplified/packages/breadboard-web/public/graphs/board-for-each.json)
24+
25+
## Breadboard Web
26+
27+
### Preview Mode
28+
29+
<iframe src="https://breadboard-ai.web.app/?board=https://raw.githubusercontent.com/ExaDev/breadboard/business-review-reply/packages/breadboard-web/public/graphs/board-for-each.json&embed" style="width: 100%; height: 500px; border: 0;"></iframe>
30+
31+
### Edit Mode
32+
33+
<iframe src="https://breadboard-ai.web.app/?board=https://raw.githubusercontent.com/ExaDev/breadboard/business-review-reply/packages/breadboard-web/public/graphs/board-for-each.json" style="width: 100%; height: 500px; border: 0;"></iframe>

0 commit comments

Comments
 (0)