aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms/contact-form/contact-form.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite ContactForm componentArmand Philippot2023-11-111-186/+156
| | | | | | * remove `Notice` props to handle it directly inside the form * replace `sendMail` prop with `onSubmit` prop * use `useForm` hook to handle fields
* feat(hooks): add useBoolean and useToggle hooksArmand Philippot2023-11-111-6/+11
|
* refactor(components): rewrite Spinner componentArmand Philippot2023-10-241-51/+64
| | | | | | | * Message should be set as children * Default message is no longer available (depending on use case, the consumer might prefer aria-label instead) * It is now possible to define the message position
* refactor(components): rewrite form componentsArmand Philippot2023-10-241-0/+210