← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / angular
rtk-stage
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
<!-- component.html -->
<rtk-stage></rtk-stage>With Properties
<!-- component.html -->
<rtk-stage
[iconPack]="defaultIconPack"
[t]="rtki18n">
</rtk-stage>