DyteSettingsToggle
A button which toggles visibility of chat.
When clicked it emits a dyteStateUpdate
event with the data:
{
activeSettings: boolean;
}
LIVE EDITOR
<Center> <DyteSettingsToggle size="sm" /> <DyteSettingsToggle size="lg" /> <DyteSettingsToggle variant="horizontal" size="sm" /> </Center>
Preview