oc · docs
docs / documentation

@orangecheck/design


@orangecheck/design / AppearanceControls

Function: AppearanceControls()

function AppearanceControls(__namedParameters: {
  className?: string;
}): any;

Defined in: tokens/appearance-menu.tsx:42

AppearanceControls — the mode segment + skin list, with no trigger/popover chrome of its own. Embed it anywhere a surface wants to host appearance settings inline (the standalone OcAppearanceMenu popover, the mobile account menu, a site's Sheet drawer). Requires <OcThemeProvider> + next-themes above it, like OcAppearanceMenu.

Parameters

ParameterType
__namedParameters&#123; className?: string; &#125;
__namedParameters.className?string

Returns

any