1import { ThemeButton } from "passport-ui";
1<ThemeButton />
A button for toggling between light and dark themes.
Import the component from the passport-ui package.
1import { ThemeButton } from "passport-ui";
Basic example showing how to use the component.
1<ThemeButton />
Documentation and examples are available in Storybook.