rtk-grid-pagination
A component which allows you to change current page and view mode
of active participants list. This is reflected in the rtk-grid
component.
<rtk-grid-pagination id="rtk-el"></rtk-grid-pagination>
<script>
const el = document.getElementById('rtk-el');
el.meeting = meeting;
</script>
Props
iconPack
meeting
Meeting object
size
Size Prop
Type
"lg" | "md" | "sm" | "xl"
states
States
Type
States
t
variant
Variant
Default
'rounded'
Type
"grid" | "rounded" | "solid"