Contributing
Contribute components, stories, docs metadata, and release-ready changes with confidence.
Contribution Checklist
- Add or update the component export in src/components before documenting it.
- Add or update the custom component page preview when the public behavior changes.
- Add the component metadata to docs/data/componentRegistry.ts.
- Use the GitHub issue and pull request templates in .github when reporting or submitting changes.
- Run typecheck, tests, and docs build before opening a PR.
Quality Gates
npm run typecheck
npm test -- --runInBand
npm run docs:build