Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 802 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 802 Bytes

npm license

Chakra Formik

A package to bind chakra forms with formik. Removes having to build a reusable AppInput component everytime I begin a new project.

Documentation

Documentation

CodeSandBox: coming soon or maybe never

TODOs

  • simple input field
  • errors and validation for simple input field
  • select field
  • checkbox group
  • RadioGroup

Inspired by formik-antd

Reason for building

I know there's already a package for this but this is my playground to learn while building something useful for myself

  1. testing
  2. making a reusable package
  3. publishing it