| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add a CommentForm component | Armand Philippot | 2022-04-15 | 1 | -0/+6 |
| | | |||||
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 1 | -6/+8 |
| | | | | | | | | | 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 Modal component | Armand Philippot | 2022-04-06 | 1 | -3/+3 |
| | | |||||
| * | chore: add a Branding component | Armand Philippot | 2022-04-04 | 1 | -4/+31 |
| | | |||||
| * | chore: add a Heading component | Armand Philippot | 2022-03-31 | 1 | -0/+21 |
