| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add a Summary component | Armand Philippot | 2022-04-12 | 2 | -3/+24 |
| | | |||||
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 4 | -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 component | Armand Philippot | 2022-04-06 | 3 | -5/+17 |
| | | | | | I also added a new shape to the button base. | ||||
| * | chore: add a back to top component | Armand Philippot | 2022-04-01 | 5 | -7/+64 |
| | | |||||
| * | chore: add a button link component | Armand Philippot | 2022-03-31 | 4 | -0/+127 |
| | | |||||
| * | chore: add a button component | Armand Philippot | 2022-03-31 | 4 | -0/+345 |
