- Home
- /Realtime
- /…
- /React
- /RtkSimpleGrid
RtkSimpleGrid
Last updated Apr 21, 2026|Copy as Markdown|View as Markdown|Agent setup OverviewPropertiesUsage ExamplesBasic UsageWith Properties
A grid component which renders only the participants in a simple grid.
import { RtkSimpleGrid } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return <RtkSimpleGrid />;
}
import { RtkSimpleGrid } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return (
<RtkSimpleGrid
aspectRatio="example"
gap={42}
meeting={meeting}
/>
);
}
PreviousRtkSidebarUiNextRtkSpeakerSelector