Docs / components / RegisterForm

RegisterForm

componentnot for built apps

Pre-built registration form with a success callback and an optional login link.

import { RegisterForm } from 'flowstack-sdk'

Parameters

ParamTypeNotesDescription
onSuccess() => voidCalled on successful registration.
showLoginLinkbooleanShow a link to the login form.

Examples

Register form
<RegisterForm onSuccess={handleSuccess} showLoginLink />

See also

LoginForm · AuthGuard · AuthPage

Source: README.md#form-components · Also available in llms-full.txt and registry.json.