aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/buttons
Commit message (Collapse)AuthorAgeFilesLines
* chore: add a CommentForm componentArmand Philippot2022-04-153-8/+10
|
* chore: add a Summary componentArmand Philippot2022-04-122-3/+24
|
* refactor: use a consistent classname prop and avoid children propArmand Philippot2022-04-084-6/+23
| | | | | | | | 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 HelpButton componentArmand Philippot2022-04-063-5/+17
| | | | I also added a new shape to the button base.
* chore: add a back to top componentArmand Philippot2022-04-015-7/+64
|
* chore: add a button link componentArmand Philippot2022-03-314-0/+127
|
* chore: add a button componentArmand Philippot2022-03-314-0/+345