Skip to content

rtk-logo

Last updated View as MarkdownAgent setup

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

Properties

Property Type Required Default Description
config UIConfig createDefaultConfig() Config object
logoUrl string - Logo URL
meeting Meeting - Meeting object
t RtkI18n useLanguage() Language

Usage Examples

Basic Usage

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

With Properties

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

Was this helpful?