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