init branch

This commit is contained in:
Clément Le Bihan
2023-11-24 00:23:36 +01:00
parent 9133a369d5
commit ecac53516e
8 changed files with 36 additions and 17 deletions
+1
View File
@@ -17,6 +17,7 @@ const CardGridCustom = <T extends Record<string, unknown>>(props: CardGridCustom
<VStack space={5}>
{heading && <Heading>{heading}</Heading>}
<FlatGrid
nestedScrollEnabled
maxItemsPerRow={maxItemsPerRow}
additionalRowStyle={style ?? { justifyContent: 'flex-start' }}
data={content}