@acp-autoform/core 3.1.0 → 3.1.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AutoForm Core
|
|
2
2
|
|
|
3
|
-
This package provides the core functionality for AutoForm. You'll most likely use UI-library specific packages like `@acp-autoform/mui` instead of this package - unless you want to create your own renderer.
|
|
3
|
+
This package provides the core functionality for AutoForm. You'll most likely use UI-library specific packages like [shadcn](https://autoform-acp-docs.vercel.app/docs/react/getting-started#shadcnui), `@acp-autoform/mui` instead of this package - unless you want to create your own renderer.
|
|
4
4
|
|
|
5
5
|
The core is agnostic to both the schema and the UI library used to render the form.
|
|
6
6
|
|
|
@@ -10,4 +10,4 @@ The core is agnostic to both the schema and the UI library used to render the fo
|
|
|
10
10
|
npm install @acp-autoform/core
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
For more information on how to use this package, see the [AutoForm documentation](https://autoform.
|
|
13
|
+
For more information on how to use this package, see the [AutoForm documentation](https://autoform-acp-docs.vercel.app/docs/react/getting-started).
|