Skip to content
Cloudflare Docs

rtk-logo

A component which loads the logo from your config, or via the logo-url attribute.

Properties

PropertyTypeRequiredDefaultDescription
configUIConfigcreateDefaultConfig()Config object
logoUrlstring-Logo URL
meetingMeeting-Meeting object
tRtkI18nuseLanguage()Language

Usage Examples

Basic Usage

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

With Properties

<!-- component.html -->
<rtk-logo
logoUrl="example"
[meeting]="meeting">
</rtk-logo>