aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms/contact-form
Commit message (Collapse)AuthorAgeFilesLines
* refactor(stories): migrate stories to CSF3 formatArmand Philippot2023-12-152-35/+23
|
* refactor(components): rewrite ContactForm componentArmand Philippot2023-11-114-254/+308
| | | | | | * 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): make form components compliant with Eslint rulesArmand Philippot2023-11-112-11/+16
|
* 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
* build: convert project to esmArmand Philippot2023-10-241-0/+1
|
* refactor(components): rewrite form componentsArmand Philippot2023-10-245-0/+339