zod-form-kit
Version:
UI-agnostic form generation library based on Zod schemas with extensible adapter pattern
11 lines (10 loc) • 362 B
TypeScript
export declare function DefaultAdapterDemo(): import("react/jsx-runtime").JSX.Element;
/**
* Usage:
*
* When you pass `registerUIAdapter` to ZodForm:
* 1. The adapter is registered in the plugin system
* 2. It's automatically set as the default theme adapter
* 3. All form fields will use this adapter's components
* 4. No additional setup required!
*/