Interface DarkToggleProps

Source
Expand description

React component to toggle the dark mode

interface DarkToggleProps {
    as?: "button" | "submenu";
}

Properties§

§as?: "button" | "submenu"

Style of the toggle.

"button" renders it as a button (e.g. in a toolbar) and "submenu" renders it as a menu item.