1import { ThemeToggle } from "passport-ui";
1<ThemeToggle />
A dropdown for selecting a light, dark, or system theme.
Import the component from the passport-ui package.
1import { ThemeToggle } from "passport-ui";
Basic example showing how to use the component.
1<ThemeToggle />
Documentation and examples are available in Storybook.