Skip to main content

Function: ToggleGroup()

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

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

Generic radio-like toggle group used by src/components/Dashboard/SiteList/SiteListLayoutSelector!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.