Skip to main content

AccountRecover

Interfaces

AccountRecoverProps

Indexable

[p: string]: any

Properties

PropertyTypeDescription
ButtonProps?ButtonPropsDefault props to submit button Input

Default
{variant: 'contained'}
TextFieldProps?TextFieldPropsDefault props to TextField Input

Default
{variant: 'outlined'}
className?stringOverrides or extends the styles applied to the component.

Default
null
onSuccess?() => voidCallback triggered on success sign in

Default
null
successAction?ReactNodeAction component to display after success message

Functions

AccountRecover()

AccountRecover(inProps): JSX.Element

API documentation for the Community-JS Categories component. Learn about the available props and the CSS API.

The Categories component renders the list of all available categories. Take a look at our demo component here

Import

import {AccountVerify} from '@selfcommunity/react-ui';

Component Name

The name SCAccountRecover can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCAccountRecover-rootStyles applied to the root element.
form.SCAccountRecover-formStyles applied to the form element.
email.SCAccountRecover-emailStyles applied to the email TextField.
success.SCAccountRecover-successStyles applied to the success Typography.

Parameters

ParameterTypeDescription
inPropsAccountRecoverProps

Returns

JSX.Element

Source

packages/react-ui/src/components/AccountRecover/AccountRecover.tsx:99