Expand description
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.
React component to toggle the dark mode