AccountRecover
Interfaces
AccountRecoverProps
Indexable
[p
: string
]: any
Properties
Property | Type | Description |
---|---|---|
ButtonProps? | ButtonProps | Default props to submit button Input Default {variant: 'contained'} |
TextFieldProps? | TextFieldProps | Default props to TextField Input Default {variant: 'outlined'} |
className? | string | Overrides or extends the styles applied to the component. Default null |
onSuccess? | () => void | Callback triggered on success sign in Default null |
successAction? | ReactNode | Action 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 Name | Global class | Description |
---|---|---|
root | .SCAccountRecover-root | Styles applied to the root element. |
form | .SCAccountRecover-form | Styles applied to the form element. |
.SCAccountRecover-email | Styles applied to the email TextField. | |
success | .SCAccountRecover-success | Styles applied to the success Typography. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | AccountRecoverProps |
Returns
JSX.Element
Source
packages/react-ui/src/components/AccountRecover/AccountRecover.tsx:99