@uniform-ts/core 0.0.9 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # UniForm
2
2
 
3
+ [![skills.sh](https://skills.sh/b/UniFormTS/UniForm)](https://skills.sh/UniFormTS/UniForm)
4
+
3
5
  > Headless React + Zod V4 form library. Zero styles — bring your own components.
4
6
 
5
7
  UniForm takes a Zod schema and automatically renders a fully customizable form. It handles field introspection, validation, coercion, and layout — you provide the components and styling.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniform-ts/core",
3
- "version": "0.0.9",
3
+ "version": "0.1.0",
4
4
  "private": false,
5
5
  "description": "UniForm – auto-render forms from Zod schemas",
6
6
  "license": "MIT",