Skip to content
Cloudflare Docs

rtk-header

A component that houses all the header components.

Properties

PropertyTypeRequiredDefaultDescription
configUIConfig1createDefaultConfig()Config
disableRenderboolean-Whether to render the default UI
iconPackIconPack1defaultIconPackIcon Pack
meetingMeeting-Meeting
sizeSize-Size
statesStates-States
tRtkI18nuseLanguage()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>