aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/card/card-footer.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Card componentArmand Philippot2023-11-111-0/+32
* make the component more generic * merge `<Summary />` and `<Comment />` styles into card component to avoid repeating the same structure * remove most of the props to use composition However the CSS is a bit complex because of the two variants... Also, the component should be refactored when the CSS pseudo-class `:has` has enough support: the provider and the `cover` and `meta` props should be removed.