| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add a Summary component | Armand Philippot | 2022-04-12 | 1 | -3/+11 |
| | | |||||
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 1 | -1/+1 |
| | | | | | | | | | 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 back to top component | Armand Philippot | 2022-04-01 | 1 | -3/+15 |
| | | |||||
| * | chore: add a button link component | Armand Philippot | 2022-03-31 | 1 | -0/+49 |
