ThemeAppearanceToggler
Interfaces
ThemeAppearanceTogglerProps
Properties
Property | Type | Description | Defined in |
---|---|---|---|
setThemeAppearance | Dispatch <SetStateAction <ThemeAppearance >> | State for theme appearance. | manager/components/ThemeAppearanceToggler.tsx:11 |
themeAppearance | ThemeAppearance | Theme 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
Parameter | Type |
---|---|
__namedParameters | ThemeAppearanceTogglerProps |
Returns
Element