Wrap any React component (custom, Chakra, antd, shadcn, headless, third-party) to formzk's value/onChange contract and register it in the Formzk.Provider registry with typed props. Use when the user wants a component to work inside a formzk form, asks to…
Build React forms with formzk (headless react-hook-form wrapper with swappable UI adapters). Use when the user asks to create, add, or refactor a form using formzk, @formzk/core, @formzk/mui, or @formzk/tamagui, or to wire form state, validation, or…
Contribute a new @formzk/<kit> UI adapter package (e.g. Chakra, antd, shadcn, Mantine) to the formzk Nx monorepo. Use when working inside the formzk repo and the user wants to add, scaffold, or publish a new adapter library, or wants to upstream…