react-hook-form-generator
Generate React forms from schema using Chakra UI and React Hook Form
File Explorer
Download Latest Version (.zip)- main.yml
- config.js
- main.js
- Form.test.tsx
- storybook_ui-manifest.json
- storybook_ui_dll.js
- storybook_ui_dll.LICENCE
- favicon.ico
- iframe.html
- index.html
- main.86b4d1cdadd0657db0fb.bundle.js
- main.86b4d1cdadd0657db0fb.bundle.js.map
- main.b00e96d1574e3d9c1053.bundle.js
- runtime~main.86b4d1cdadd0657db0fb.bundle.js
- runtime~main.86b4d1cdadd0657db0fb.bundle.js.map
- runtime~main.ab7db0239d02e2e25577.bundle.js
- vendors~main.7121b1092e5054e3a9ef.bundle.js
- vendors~main.86b4d1cdadd0657db0fb.bundle.js
- vendors~main.86b4d1cdadd0657db0fb.bundle.js.LICENSE.txt
- vendors~main.86b4d1cdadd0657db0fb.bundle.js.map
- CheckboxField.tsx
- Containers.tsx
- Form.tsx
- NumberField.tsx
- SelectField.tsx
- SwitchField.tsx
- TextAreaField.tsx
- TextField.tsx
- useErrorMessage.ts
- useStyles.ts
- index.tsx
- types.ts
- CustomFields.stories.tsx
- Form.stories.tsx
- .gitignore
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/FionnCasey/react-hook-form-generator
Downloads the entire project code from GitHub to your computer.
cd react-hook-form-generator
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install react-hook-form-generator
Downloads and installs the libraries listed in package.json.
npm install @chakra-ui/core @emotion/core @emotion/styled emotion-theming
Downloads and installs the libraries listed in package.json.
npm install react-hook-form
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
