@wix/headless-forms
v0.0.19
Published
Headless React components for rendering and managing forms. It follows the compound component pattern and integrates with Wix Forms services.
Downloads
49,115
Maintainers
Keywords
Readme
@wix/headless-forms
Headless React components for rendering and managing forms. It follows the compound component pattern and integrates with Wix Forms services.
@wix/headless-forms/react and @wix/headless-forms/services are exported through forms public SDK @wix/forms.
Development Guide
Install Dependencies
yarn installStart Development
# Build in watch mode yarn build:watchTest Changes Locally Run
examples/astro-forms-demoto test changes locally.
Documentation
All changes should be documented using jsdoc and updating docs/api/FORM_INTERFACE.md.
Publishing
Update Version The version will be updated automatically by Falcon after merging to master
Update SDK Exports
- Go to Form app in Wix Dev Center
- Update SDK exports extensions:
- "Forms SDK Exports Components"
- "Forms SDK Exports Services"
- Release new app version
- Check if update has been commited to
auto-sdk-packagesrepo (might take around 20mins)
