Skip to content

Commit 15ba5a4

Browse files
authoredOct 4, 2023
docs: add zod-sandbox to README ecosystem links (#2707)
1 parent 4018d88 commit 15ba5a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ There are a growing number of tools that are built atop or support Zod natively!
510510
#### Utilities for Zod
511511

512512
- [`zod_utilz`](https://github.com/JacobWeisenburger/zod_utilz): Framework agnostic utilities for Zod.
513+
- [`zod-sandbox`](https://github.com/nereumelo/zod-sandbox): Controlled environment for testing zod schemas. [Live demo](https://zod-sandbox.vercel.app/).
513514

514515
## Installation
515516

‎deno/lib/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ There are a growing number of tools that are built atop or support Zod natively!
510510
#### Utilities for Zod
511511

512512
- [`zod_utilz`](https://github.com/JacobWeisenburger/zod_utilz): Framework agnostic utilities for Zod.
513+
- [`zod-sandbox`](https://github.com/nereumelo/zod-sandbox): Controlled environment for testing zod schemas. [Live demo](https://zod-sandbox.vercel.app/).
513514

514515
## Installation
515516

0 commit comments

Comments
 (0)
Please sign in to comment.