@tscircuit/props 0.0.338 → 0.0.339
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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
# @tscircuit/props
|
|
2
2
|
|
|
3
|
-
This repo contains all the prop definitions and zod parsers for tscircuit builtin components, e.g. `<resistor />`, `<diode />`,
|
|
4
|
-
`<capacitor />` etc.
|
|
3
|
+
This repo contains all the prop definitions and zod parsers for tscircuit builtin TSX components, e.g. `<resistor />`, `<diode />`,
|
|
4
|
+
`<capacitor />` etc. All tscircuit features typically start with a new props definition.
|
|
5
|
+
|
|
6
|
+
[Contributor Getting Started Video](https://share.cleanshot.com/jLkhVjDj)
|
|
5
7
|
|
|
6
8
|
This repo is the source-of-truth for defining the React props, API changes begin here. The focus of the API is on ergonomics for
|
|
7
9
|
the user (unlike [circuit-json](https://github.com/tscircuit/circuit-json) which focuses on ergonomics for a renderer)
|