Skip to content

rtk-header

A component that houses all the header components.

Properties

PropertyTypeRequiredDefaultDescription
configUIConfig1❌createDefaultConfig()Config
disableRenderboolean✅-Whether to render the default UI
iconPackIconPack1❌defaultIconPackIcon Pack
meetingMeeting✅-Meeting
sizeSize✅-Size
statesStates✅-States
tRtkI18n❌useLanguage()Language
variant'solid' | 'boxed'✅-Variant

Usage Examples

Basic Usage

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

With Properties

<!-- component.html -->
<rtk-header
[disableRender]="true"
[meeting]="meeting"
size="md">
</rtk-header>