Skip to main content

Function: ToggleGroup()

ToggleGroup<TValue>(__namedParameters: ToggleGroupProperties<TValue>): ReactNode

Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:39

Generic radio-like toggle group used by SiteListLayoutSelector.

Type Parametersโ€‹

TValueโ€‹

TValue extends string

Parametersโ€‹

__namedParametersโ€‹

ToggleGroupProperties<TValue>

Returnsโ€‹

ReactNode

Remarksโ€‹

This component exists to avoid duplicating the same Tooltip + button mapping for layout, presentation, and density controls.