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.
Théo LUDWIG 1224ece116
All checks were successful
Build / build (push) Successful in 1m57s
Lint / lint (push) Successful in 48s
Test / test (push) Successful in 40s
Test / test-e2e (push) Successful in 2m10s
chore: add missing package-lock.json
2023-07-18 23:28:17 +02:00
..
2023-05-13 18:24:44 +02:00
2023-01-10 21:23:32 +01:00
2023-04-02 21:52:34 +02:00
2022-08-26 20:19:31 +02:00
2022-08-26 20:19:31 +02:00
2022-08-26 20:19:31 +02:00
2022-08-26 23:47:48 +02:00
2022-08-26 20:19:31 +02:00
2022-11-08 11:40:39 +01:00
2022-08-26 20:19:31 +02:00
2023-04-02 21:52:34 +02:00
2023-07-18 23:16:52 +02:00
2022-08-26 20:19:31 +02:00
2022-08-26 20:19:31 +02:00
2023-04-02 22:10:52 +02:00

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.