Skip to main content

Contributing

  • Run tests and lint before submitting: npm test, npm run lint, npm run typecheck if available.
  • Adding component: create a schema file, implement the component, register in the component registry and templates.
  • Adding validators: implement handler, register by name, add docs/examples, and wire into builder validation.