Athena

SignUp

Built-in email/password sign-up card with social provider buttons and plugin slot support.

Import

import { SignUp } from "@xylex-group/athena-auth-ui"

Details

  • Category: component
  • Primary entrypoint: @xylex-group/athena-auth-ui
  • Public entrypoints: @xylex-group/athena-auth-ui
  • Source: packages/heroui/src/components/auth/sign-up.tsx

Props

PropTypeRequiredNotes
classNamestring | undefinedNo
socialLayoutSocialLayout | undefinedNo
socialPosition"top" | "bottom" | undefinedNo
uiAthenaAuthUiOptions | undefinedNo
variant"default" | "secondary" | "tertiary" | "transparent" | undefinedNo

Notes

  • Most interactive auth components expect to be rendered under AuthProvider so hooks such as useAuth and 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.