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