| [ Web Proxy ] |
| Viewing: https://developers.cloudflare.com/realtime/realtimekit/ui-kit/api-reference/core/rtk-stage/ | [Back] [Original] |
A component used as a stage that commonly houses
the grid and sidebar components.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
iconPack |
IconPack |
defaultIconPack |
Icon pack | |
t |
RtkI18n |
useLanguage() |
Language |
<rtk-stage></rtk-stage>
<rtk-stage>
</rtk-stage>
<script>
const el = document.querySelector("rtk-stage");
el.iconPack= defaultIconPack
</script>| Web Proxy Viewer | New URL | Original Page |