Shared form-related React components.
Reusable form building blocks so features render inputs and layouts consistently, wired to the app's validation.
From src/index.ts:
FormTextInput— a text input bound to the form layer.FormRowsContainer— a layout container for form rows.
@languages-learner/class-names— class helpers.- (dev)
@languages-learner/component-core-tests-utils— component-test helpers.
apps/web.
- Pairs with zod for validation (
getFinalFormValidation).
- Scripts and how to run: README
- Package interaction: docs/architecture/package-interaction.md