[ Web Proxy ]
URL:
Viewing: https://developers.cloudflare.com/realtime/realtimekit/ui-kit/api-reference/core/rtk-stage/ [Back]  [Original]

rtk-stage Cloudflare Realtime docsSkip to content
SearchCtrlKLog in
  1. Home
  2. /Realtime
  3. /
  4. /Web Components (HTML)
  5. /rtk-stage

rtk-stage

Last updated Apr 21, 2026Copy as MarkdownView as MarkdownAgent setup
OverviewPropertiesUsage ExamplesBasic UsageWith Properties

A component used as a stage that commonly houses the grid and sidebar components.

Properties

Property Type Required Default Description
iconPack IconPack defaultIconPack Icon pack
t RtkI18n useLanguage() Language

Usage Examples

Basic Usage

<rtk-stage></rtk-stage>

With Properties

<rtk-stage>
</rtk-stage>
<script>
  const el = document.querySelector("rtk-stage");

  el.iconPack= defaultIconPack
</script>
Previousrtk-spotlight-indicatorNextrtk-stage-toggle

Was this helpful?

YesNo
Edit pageReport issue
[]

Web Proxy Viewer  |  New URL  |  Original Page