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

<rtk-stage></rtk-stage>

With Properties

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