Skip to content

rtk-spotlight-indicator

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPack❌defaultIconPackIcon pack
meetingMeeting✅-Meeting object
sizeSize1✅-Size
tRtkI18n❌useLanguage()Language

Usage Examples

Basic Usage

<rtk-spotlight-indicator></rtk-spotlight-indicator>

With Properties

<rtk-spotlight-indicator
size="md">
</rtk-spotlight-indicator>
<script>
const el = document.querySelector("rtk-spotlight-indicator");
el.meeting= meeting
</script>