Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 401 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 401 Bytes

README

Utility to create forms using chakraUI and react-hook-forms using a json object, also supports zod schema for validation.

Supports DarkMode

Dependencies

  • ChakraUI for rendering UI
  • React hook forms
  • Zod to schema Validation
  • React-dropzone for handling files
  • React Icons
  • Formkit auto animate for handling simple animations

Roadmap

  • Add eslint
  • Add Pretier
  • Add Tests