Skip to content

rtk-stage

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

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPack❌defaultIconPackIcon pack
tRtkI18n❌useLanguage()Language

Usage Examples

Basic Usage

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

With Properties

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