diff options
| author | Armand Philippot <git@armandphilippot.com> | 2023-10-18 19:25:02 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2023-11-11 18:14:41 +0100 |
| commit | 94448fa278ab352a741ff13f22d6104869571144 (patch) | |
| tree | 2185e77f2866d11a0144d4ac5a01c71a76807341 /src/components/molecules/index.ts | |
| parent | c153f93dc8691a71dc76aad3dd618298da9d238a (diff) | |
feat(components): add a generic Grid component
* merge Columns, Gallery and CardsList into Grid component
* add more options to control the grid
Diffstat (limited to 'src/components/molecules/index.ts')
| -rw-r--r-- | src/components/molecules/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/molecules/index.ts b/src/components/molecules/index.ts index b042a96..7f48e45 100644 --- a/src/components/molecules/index.ts +++ b/src/components/molecules/index.ts @@ -4,6 +4,7 @@ export * from './card'; export * from './code'; export * from './collapsible'; export * from './forms'; +export * from './grid'; export * from './images'; export * from './layout'; export * from './meta-list'; |
