From 94448fa278ab352a741ff13f22d6104869571144 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 18 Oct 2023 19:25:02 +0200 Subject: feat(components): add a generic Grid component * merge Columns, Gallery and CardsList into Grid component * add more options to control the grid --- src/components/molecules/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/molecules/index.ts') 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'; -- cgit v1.2.3