aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout/card.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-091-9/+7
| | | | | | The meta can have different layout. The previous implementation was not enough to easily change the layout. Also, I prefer to restrict the meta types and it prevents me to repeat myself for the labels.
* chore: add homepageArmand Philippot2022-05-031-1/+1
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-1/+1
| | | | | Add more stories for each components and change some components categories for better organization.
* refactor: support React 18Armand Philippot2022-04-161-4/+4
| | | | | | | | I replaced the deprecated VFC type with FC type and made all children explicits. Formatjs is still not compatible with React 18 so I need to skip type checking when comitting. There are some type errors because of IntlProvider in Storybook stories.
* chore: add a Card componentArmand Philippot2022-04-131-0/+114