Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 828 Bytes

File metadata and controls

33 lines (19 loc) · 828 Bytes

@languages-learner/form-components

Shared form-related React components.

Purpose

Reusable form building blocks so features render inputs and layouts consistently, wired to the app's validation.

Public API / exports

From src/index.ts:

  • FormTextInput — a text input bound to the form layer.
  • FormRowsContainer — a layout container for form rows.

Depends on

  • @languages-learner/class-names — class helpers.
  • (dev) @languages-learner/component-core-tests-utils — component-test helpers.

Used in

  • apps/web.

Notes

  • Pairs with zod for validation (getFinalFormValidation).

Links