solid-hook-form 1.1.1 → 1.1.2

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # Solid Hook Form
2
2
 
3
- ## Playground
3
+ ### Playground
4
4
 
5
5
  [<img width="1171" alt="Screenshot 2025-04-05 at 15 01 47" src="https://github.com/user-attachments/assets/072eb398-85fa-4240-b305-dcbbe9c0a9c8" />](https://solid-hook-form.vercel.app/)
6
6
 
7
- ## Install
7
+ ### Install
8
8
 
9
9
  ```sh
10
10
  npm install solid-hook-form
11
11
  ```
12
12
 
13
- ## Quickstart
13
+ ### Quickstart
14
14
 
15
15
  ```tsx
16
16
  import { useForm } from "solid-hook-form";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-hook-form",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "type": "module",
5
5
  "main": "./dist/main.umd.cjs",
6
6
  "module": "./dist/main.js",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "author": "thorn_pear",
36
36
  "license": "ISC",
37
- "description": "Performant, flexible and extensible forms library for Solid",
37
+ "description": "Performant, flexible and extensible forms with easy to use validation",
38
38
  "repository": {
39
39
  "type": "git",
40
40
  "url": "https://github.com/tatsmaki/solid-hook-form.git"