aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/buttons
Commit message (Collapse)AuthorAgeFilesLines
* chore: add a Widget componentArmand Philippot2022-04-152-10/+11
|
* chore: add a MainNav componentArmand Philippot2022-04-144-203/+0
|
* chore: add a Footer componentArmand Philippot2022-04-122-5/+12
|
* chore: add a MainNavButton componentArmand Philippot2022-04-124-0/+203
| | | | | I also move the active state from the hamburger to this pseudo-button. It makes more sense that the button handles the icon shape.
* refactor: use a consistent classname prop and avoid children propArmand Philippot2022-04-084-15/+18
| | | | | | | | I was using the FunctionComponent type for some component that do not use children. So I change the type to VoidFunctionComponent to avoid mistakes. I also rename all the "classes" or "additionalClasses" props to "className" to keep consistency between each components.
* chore: add a SelectWithTooltip componentArmand Philippot2022-04-072-3/+40
|
* chore: add a HeadingButton componentArmand Philippot2022-04-074-0/+214
|
* chore: add a HelpButton componentArmand Philippot2022-04-064-0/+75
| | | | I also added a new shape to the button base.
* chore: add a back to top componentArmand Philippot2022-04-014-0/+140