| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 4 | -9/+18 | 
| | | | | | | | | | 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 ProgressBar component | Armand Philippot | 2022-04-05 | 4 | -0/+177 | 
| | | |||||
| * | chore: add a Spinner component | Armand Philippot | 2022-04-04 | 4 | -0/+127 | 
