GridListItemGrid list items represent individual items in a grid view.
Each item can display optional text below or on top the image

- Overview
- Dev
Media Types
Property | Preview |
---|---|
Media Item | Component Not Supported |
Avatar | Component Not Supported |
Custom component (renderCustomItem) | Component Not Supported |
Layout
Property | Preview |
---|---|
Text under image (default) | Component Not Supported |
OverlayText | Component Not Supported |
Text Types
Property | Preview |
---|---|
Title (default) | Component Not Supported |
Subtitle | Component Not Supported |
Description | Component Not Supported |
Styling Options
Property | Preview |
---|---|
Text alignment horizontalAlignment | Component Not Supported |
Max lines number markdown: titleLines subtitleLines descriptionLines | Component Not Supported |
Text color titleColor subtitleColor descriptionColor | Component Not Supported |
Text styles titleTypography subtitleTypography descriptionTypography | Component Not Supported |
UsageCode Example
<GridListItem key={index} title={'Title'} subtitle={'Subtitle'} description={'Description goes here'}/>
APIThis is the list of additional props for the component