Registration flow
AuthShell-composed registration, consent, validation, submission, verification handoff, and content pressure.
Identity, credentials, consent, validation, submission, and post-registration verification.
A complete Rails form with identity, credentials, consent, and clear continuation.
test/dummy/app/components/gallery/flows/account_creation_page.rbrender NitroKit::AuthShell.new(
id: "gallery-account-creation-shell",
aria: { label: "Nitro account creation" },
data: {
gallery: "flow-surface",
gallery_flow: "account-creation",
gallery_mobile: state == "mobile" ? "true" : nil
}.compact
) do
turbo_frame_tag("gallery-account-creation-frame") { render_screen }
end