Appearance
Account settings card for browsing and changing the current UI theme.
Import
import { Appearance } from "@xylex-group/athena-auth-ui/plugins"Details
- Category:
component - Primary entrypoint:
@xylex-group/athena-auth-ui/plugins - Public entrypoints:
@xylex-group/athena-auth-ui/plugins - Source:
packages/heroui/src/components/auth/theme/appearance.tsx
Props
| Prop | Type | Required | Notes |
|---|---|---|---|
className | string | undefined | No | |
variant | "default" | "secondary" | "tertiary" | "transparent" | undefined | No |
Notes
- These theme surfaces are meant to be used together with
themePlugin, which wires live theme state into the account card and user menu.