init branch
This commit is contained in:
@@ -15,6 +15,7 @@ const SongCardGrid = (props: SongCardGrid) => {
|
||||
<VStack space={5}>
|
||||
<Heading>{props.heading}</Heading>
|
||||
<FlatGrid
|
||||
nestedScrollEnabled
|
||||
maxItemsPerRow={props.maxItemsPerRow}
|
||||
additionalRowStyle={props.style ?? { justifyContent: 'flex-start' }}
|
||||
data={props.songs}
|
||||
|
||||
Reference in New Issue
Block a user