@jsvision/forms
v1.3.0
Published
jsvision forms — a headless, reactive form/field store with synchronous Zod validation for @jsvision/ui.
Maintainers
Readme
@jsvision/forms
A headless, reactive form/field store with synchronous Zod
validation for jsvision, built on
@jsvision/ui's Solid-style signals.
createForm owns the raw editing values, validates the whole object through
schema.safeParse in one memoized computed, and exposes per-field and form-level
accessors plus submit / reset. It holds no view and draws nothing — widget
binding is a separate layer — so the whole store runs headless in tests and anywhere
signals run.
zod is a required peer dependency (^4); @jsvision/core and @jsvision/ui
stay zero-runtime-dependency.
See the documentation site for the full reference and API docs.
