mobx-form 14.8.0 → 14.8.1
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
`mobx-form` simplifies form validation and state management in MobX-powered React applications. It provides a declarative way to define form models with synchronous and asynchronous validation, dirty tracking, and easy data serialization.
|
|
12
12
|
|
|
13
|
-
[**View Live Demo / Storybook**](https://royriojas.github.io/mobx-form/)
|
|
13
|
+
[**View Documentation**](https://royriojas.github.io/mobx-form/) | [**View Live Demo / Storybook**](https://royriojas.github.io/mobx-form/storybook/)
|
|
14
14
|
|
|
15
15
|
## Features
|
|
16
16
|
|