0.0.2 • Published 3 years ago

styless-formik v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Styless Formik

Styless Formik is all of the form components from Styless with values from Formik's useField hook.

Form State

Form state is designed to be de-coupled from a specific library/framework. This provides greater flexibility in each individual project.

Form state can be pulled with the hooks that Formik provides in their library.

Validation

Validation is performed on a per-field basis.