AccountRecover
Interfaces
AccountRecoverProps
Indexable
[p: string]: any
Other props
Properties
Functions
AccountRecover()
AccountRecover(
inProps):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
Element