1.0.13 • Published 2 years ago

@tesseractcollective/admin-components v1.0.13

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

Admin Components

Admin Form

Admin Form is a library that aids in creating forms using 2 tools:

Admin Form has a number of input components that only require two props:

  • name: string
  • control: Control (from React Hook Form). NOTE: control is optional in Typescript due to the requirement of some parent components to provide it, but an error will be thrown at runtime if it's not provided