RegisterForm
Pre-built registration form with a success callback and an optional login link.
import { RegisterForm } from 'flowstack-sdk'Parameters
| Param | Type | Notes | Description |
|---|---|---|---|
onSuccess | () => void | — | Called on successful registration. |
showLoginLink | boolean | — | Show 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.