Skip to main content

ThemeAppearanceToggler

Interfaces

ThemeAppearanceTogglerProps

Properties

PropertyTypeDescriptionDefined in
setThemeAppearanceDispatch<SetStateAction<ThemeAppearance>>State for theme appearance.manager/components/ThemeAppearanceToggler.tsx:11
themeAppearanceThemeAppearanceTheme appearance.manager/components/ThemeAppearanceToggler.tsx:9

Functions

default()

default(__namedParameters): Element

The theme appearance toggler component.

This component will be a small icon bottom on the top right corner of the manager window. Clicking the icon button should switch the theme appearance between light and dark mode. The tooltip and icon should reflect the current theme appearance.

Parameters

ParameterType
__namedParametersThemeAppearanceTogglerProps

Returns

Element

Defined in

manager/components/ThemeAppearanceToggler.tsx:21