aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/meta-list/meta-list.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): extract MetaItem from MetaListArmand Philippot2023-11-201-52/+20
| | | | | | * replace `items` prop on MetaList with `children` prop: it was too restrictive and the global options was not really useful. It is better too give control to the consumers.
* refactor(components): replace Meta component with MetaListArmand Philippot2023-11-111-0/+78
It removes items complexity by allowing consumers to use any label/value association. Translations should also be defined by the consumer. Each item can now be configured separately (borders, layout...).