Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 3.21 KB

README.md

File metadata and controls

35 lines (29 loc) · 3.21 KB

Signal Form Banner

GitHub Actions Workflow Status GitHub Actions Workflow Status
form-core-version form-react-version dev-tools-react-version validation-adapter-zod-version
form-core-bundle form-react-bundle dev-tools-react-bundle validation-adapter-zod-bundle
GitHub Issues or Pull Requests GitHub License

Powerful form management library build on top of Preact Signals.

Features

  • TypeScript - Written in TypeScript with full type support for optimal DX.
  • Reactivity - Reactivity without abstractions thanks to Preact Signals.
  • Validation - Built-in validation support, including adapters for validation schema libraries.
  • Transformations - Transform values for the specific needs of your input fields.
  • Field Groups - Group fields together to manage parts of a form independently.
  • Async Data - Easily manage async initialisation, validation and submission.
  • Arrays + Dynamic Objects - Utilize arrays and dynamic objects within your forms.
  • React - React bindings for easy integration with React.
  • Dev Tools - Offers a dev tools component to debug your forms.

Packages