Skip to content

rtk-notifications

A component which handles notifications. You can configure which notifications you want to see and which ones you want to hear. There are also certain limits which you can set as well.

Properties

PropertyTypeRequiredDefaultDescription
configUIConfig❌createDefaultConfig()Config object
iconPackIconPack❌defaultIconPackIcon pack
meetingMeeting✅-Meeting object
sizeSize✅-Size
statesStates✅-States object
tRtkI18n❌useLanguage()Language

Usage Examples

Basic Usage

<rtk-notifications></rtk-notifications>

With Properties

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