DyteSimpleGrid
A grid component which renders only the participants in a simple grid.
LIVE EDITOR
<DyteSimpleGrid participants={[meeting.self]} style={{ height: '360px', width: '100%' }} />
Preview
Props
aspectRatio
Aspect Ratio of participant tile Format: `width:height`
Default
'16:9'
Type
string
config
gap
Gap between participant tiles
Default
8
Type
number
iconPack
meeting
Meeting object
Type
DyteClient
participants
size
Size
Type
"lg" | "md" | "sm" | "xl"
states
States object
Type
States