AccountVerify
Interfaces
AccountVerifyProps
Indexable
[p
: string
]: any
Properties
Property | Type | Description |
---|---|---|
className? | string | Overrides or extends the styles applied to the component. Default null |
errorAction? | ReactNode | Action component to display after error message |
onError? | (res : any ) => void | Callback triggered on error Default null |
onSuccess? | (res : any ) => void | Callback triggered on success sign in Default null |
successAction? | ReactNode | Action component to display after success message |
validationCode | string | Validation code sent by email to the user Default empty string |
Functions
AccountVerify()
AccountVerify(
inProps
):JSX.Element
API documentation for the Community-JS AccountVerify component. Learn about the available props and the CSS API.
Import
import {AccountVerify} from '@selfcommunity/react-ui';
Component Name
The name SCAccountVerify
can be used when providing style overrides in the theme.
CSS
Rule Name | Global class | Description |
---|---|---|
root | .SCAccountVerify-root | Styles applied to the root element. |
success | .SCAccountVerify-success | Styles applied to the success Alert. |
error | .SCAccountVerify-error | Styles applied to the error Alert. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | AccountVerifyProps |
Returns
JSX.Element
Source
packages/react-ui/src/components/AccountVerify/AccountVerify.tsx:97