Passkeys
Security settings card for listing, registering, and deleting WebAuthn passkeys.
Import
import { Passkeys } 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/passkey/passkeys.tsx
Props
| Prop | Type | Required | Notes |
|---|---|---|---|
className | string | undefined | No | |
renderEmptyState | AuthUiRenderSlot<PasskeysEmptyStateRenderProps> | No | |
variant | "default" | "secondary" | "tertiary" | "transparent" | undefined | No |
Notes
- Most interactive auth components expect to be rendered under
AuthProviderso hooks such asuseAuthand the configured navigation bridge are available. - See Customization Guide for provider-level localization, route overrides, class-name slots, loading overrides, and email template key mapping.