@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
| Parameter | Type |
|---|---|
__namedParameters | { className?: string; } |
__namedParameters.className? | string |
Returns
any