@wix/headless-forms
v0.0.43
Published
Headless React components for rendering and managing forms. It follows the compound component pattern and integrates with Wix Forms services.
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.Support channel
#verticals-on-wix-vibe
Documentation
All changes should be documented using jsdoc and updating docs/api/FORM_INTERFACE.md.
Publishing
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-packagesrepo ±20min - Create a PR in Picaso project with new version. This package.json is used Wix Vibe site code.
