| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add a MainNav component | Armand Philippot | 2022-04-14 | 2 | -9/+21 |
| | | |||||
| * | chore: add a Card component | Armand Philippot | 2022-04-13 | 3 | -19/+86 |
| | | |||||
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 4 | -20/+20 |
| | | | | | | | | | 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 DescriptionList component | Armand Philippot | 2022-04-07 | 4 | -0/+177 |
| | | |||||
| * | chore: add a List component | Armand Philippot | 2022-04-05 | 4 | -0/+218 |
