Skip to content
Cloudflare Docs

rtk-stage

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

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPackdefaultIconPackIcon pack
tRtkI18nuseLanguage()Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-stage></rtk-stage>

With Properties

<!-- component.html -->
<rtk-stage
[iconPack]="defaultIconPack"
[t]="rtki18n">
</rtk-stage>