styless-formik
v0.0.2
Published
Styless Formik is all of the form components from [Styless]() with values from [Formik]()'s `useField` hook.
Downloads
2
Readme
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.