Waiting for action
Open a sub-component to view its docs and settings.
Account registration composition with branded Google and Apple continue actions plus a complete email registration fallback.
Same as the social login form: wire continueWithGoogle({ mode: "register" }) and continueWithApple({ mode: "register" }). Confirm required terms and privacy consent as part of account provisioning, validate email registration fields server-side, and never expose provider secrets in browser code.
Provider actions use native buttons with visible labels. Email registration fields are explicitly labelled and the terms control participates in native form semantics.
Copy this complete component into a page file. Edit and run it in the Playground.
Loading editor…