@acp-autoform/core
v3.1.1
Published
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 yo
Readme
AutoForm Core
This package provides the core functionality for AutoForm. You'll most likely use UI-library specific packages like shadcn, @acp-autoform/mui instead of this package - unless you want to create your own renderer.
The core is agnostic to both the schema and the UI library used to render the form.
Installation
npm install @acp-autoform/coreFor more information on how to use this package, see the AutoForm documentation.
