UNPKG

svelte-dynamic-forms

Version:

A dynamic form library for Svelte 5 with validation, conditional field rendering, reactive dependencies, and template-based configuration

4 lines (3 loc) 216 B
export { default as Form } from './components/Form.svelte'; export { default as Field } from './components/Field.svelte'; export type { FormProps, FieldProps, FieldMetadata, FormSettings, FieldData } from './types';