aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout
Commit message (Collapse)AuthorAgeFilesLines
* chore: add a Widget componentArmand Philippot2022-04-154-0/+198
|
* chore: add a Card componentArmand Philippot2022-04-134-0/+345
|
* chore: add a Meta componentArmand Philippot2022-04-113-0/+135
|
* refactor: use a consistent classname prop and avoid children propArmand Philippot2022-04-083-16/+29
| | | | | | | | 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 Tooltip componentArmand Philippot2022-04-074-135/+0
|
* chore: add a Modal componentArmand Philippot2022-04-064-0/+135
|
* chore: add a Branding componentArmand Philippot2022-04-044-0/+289
|
* chore: add a FlippingLogo componentArmand Philippot2022-04-044-0/+185