A package to bind chakra forms with formik. Removes having to build a reusable AppInput
component everytime I begin a new project.
CodeSandBox: coming soon or maybe never
- simple input field
- errors and validation for simple input field
- select field
- checkbox group
- RadioGroup
Inspired by formik-antd
I know there's already a package for this but this is my playground to learn while building something useful for myself
- testing
- making a reusable package
- publishing it