mirror of
https://github.com/theoludwig/react-component-form.git
synced 2024-07-17 07:30:13 +02:00
.. | ||
components | ||
cypress/e2e | ||
hooks | ||
locales | ||
models | ||
pages | ||
public | ||
styles | ||
.eslintrc.json | ||
.gitignore | ||
.npmrc | ||
cypress.config.ts | ||
i18n.json | ||
next.config.js | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json |
example
This is an example for using react-component-form
inside a Next.js application with translations thanks to next-translate.
The application shows how to use the <Form />
component with the useForm
hook to validate and submit a form with a name
input and an email
input.
The interesting code is in ./components/FormExample.tsx.