Skip to content

rtk-sidebar

A component which handles the sidebar and you can customize which sections you want, and which section you want as the default.

Properties

PropertyTypeRequiredDefaultDescription
configUIConfig❌createDefaultConfig()Config
defaultSectionRtkSidebarSection✅-Default section
enabledSectionsRtkSidebarTab[]✅-Enabled sections in sidebar
iconPackIconPack❌defaultIconPackIcon pack
meetingMeeting✅-Meeting object
sizeSize✅-Size
statesStates✅-States object
tRtkI18n❌useLanguage()Language
viewRtkSidebarView✅-View type

Usage Examples

Basic Usage

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

With Properties

<!-- component.html -->
<rtk-sidebar
[defaultSection]="rtksidebarsection"
[enabledSections]="[]"
[meeting]="meeting">
</rtk-sidebar>