summaryrefslogtreecommitdiffstats
path: root/src/components/Form/Input/Input.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: combine input/textarea/select in a single componentArmand Philippot2022-02-251-50/+0
|
* refactor: replace label elements with Label componentArmand Philippot2022-02-251-10/+9
|
* chore: improve contact form behaviorArmand Philippot2022-02-101-1/+1
| | | | | | | * The status was not visile in top of the form, so I moved it under the submit button. * It was possible to send an empty form. * The input type for email should be email instead of text.
* chore: improve comment sectionArmand Philippot2022-01-071-1/+1
| | | | I also adjust styles for all forms and primary buttons.
* chore: define search form visibilityArmand Philippot2021-12-201-20/+24
|
* chore: create contact pageArmand Philippot2021-12-161-0/+47