- Home
- /Realtime
- /…
- /React
- /RtkSidebar
RtkSidebar
Last updated Apr 21, 2026|Copy as Markdown|View as Markdown|Agent setup OverviewPropertiesUsage ExamplesBasic UsageWith Properties
A component which handles the sidebar and
you can customize which sections you want, and which section you want as the default.
import { RtkSidebar } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return <RtkSidebar />;
}
import { RtkSidebar } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return (
<RtkSidebar
defaultSection={rtksidebarsection}
enabledSections={[]}
meeting={meeting}
/>
);
}
PreviousRtkSetupScreenNextRtkSidebarUi