Headless React components for rendering and managing forms. It follows the compound component pattern and integrates with Wix Forms services.
npm install @wix/headless-formsHeadless 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.
1. Install Dependencies
``bash`
yarn install
2. Start Development
`bash`
# Build in watch mode
yarn build:watch
3. Test Changes Locally
Run examples/astro-forms-demo to test changes locally.
4. Support channel #verticals-on-wix-vibe
All changes should be documented using jsdoc and updating docs/api/FORM_INTERFACE.md.
Update SDK Exports (@wix/forms package)
- @wix/headless-forms package npm version will be updated automatically by Falcon after merging to master
- Go to Wix Form app in Wix Dev Center
- Update @wix/headless package version in SDK exports extensions:
- "Forms SDK Exports Components"
- "Forms SDK Exports Services"
- Release new app version
- Check if update has been commited to auto-sdk-packages` repo ±20min
- Create a PR in Picaso project with new version. This package.json is used Wix Vibe site code.