AccountReset
Interfaces
AccountResetProps
Indexable
[p: string]: any
Other props
Properties
Functions
AccountReset()
AccountReset(
inProps):Element
API documentation for the Community-JS Account Reset component. Learn about the available props and the CSS API.
This component allows users to log in to the application with their usernames and passwords. Take a look at our demo component here
Import
import {AccountReset} from '@selfcommunity/react-ui';
Component Name
The name SCAccountReset can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description | 
|---|---|---|
| root | .SCAccountReset-root | Styles applied to the root element. | 
| form | .SCAccountReset-form | Styles applied to the form element. | 
| .SCAccountReset-password | Styles applied to the password TextField. | |
| success | .SCAccountRecover-success | Styles applied to the success Alert. | 
| error | .SCAccountRecover-error | Styles applied to the error Alert. | 
Parameters
| Parameter | Type | Description | 
|---|---|---|
| inProps | AccountResetProps | 
Returns
Element