| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(stories): migrate stories to CSF3 format | Armand Philippot | 2023-12-15 | 1 | -207/+223 |
| | | |||||
| * | refactor(components): replace items prop in Grid with children prop | Armand Philippot | 2023-11-22 | 1 | -67/+157 |
| | | | | | | | | | | It is easier to read and to maintain this way. The `items` prop was not useful since we are not manipulating the items. Changes: * extract GridItem component from Grid component * replace `items` prop of type Array<ReactNode> with `children` prop of type ReactNode * remove GridItem styles | ||||
| * | feat(components): add a generic Grid component | Armand Philippot | 2023-11-11 | 1 | -0/+140 |
| * merge Columns, Gallery and CardsList into Grid component * add more options to control the grid | |||||
