UNPKG

@tuentyfaiv/svelte-form

Version:

A form library for Svelte. It is built on top of Svelte and Typescript. Inspired by Formik and React Hook Form.

6 lines (5 loc) 291 B
export { default as Field } from "./Field/Field.svelte"; export { default as Select } from "./Select/Select.svelte"; export { default as File } from "./File/File.svelte"; export { default as Option } from "./Option/Option.svelte"; export { default as Errors } from "./Errors/Errors.svelte";