Skip to content

rtk-stage

Last updated View as MarkdownAgent setup

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

<rtk-stage></rtk-stage>

With Properties

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

  el.iconPack= defaultIconPack
</script>

Was this helpful?