summaryrefslogtreecommitdiffstats
path: root/src/components/molecules/buttons
Commit message (Collapse)AuthorAgeFilesLines
* 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