This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
react-component-form/example/README.md

8 lines
429 B
Markdown
Raw Normal View History

2022-08-26 20:19:31 +02:00
# example
This is an example for using `react-component-form` inside a Next.js application with translations thanks to [next-translate](https://www.npmjs.com/package/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](./components/FormExample.tsx).