Skip to main content

Module: AccountReset

Interfaces

Functions

AccountReset

AccountReset(inProps): JSX.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 NameGlobal classDescription
root.SCAccountReset-rootStyles applied to the root element.
form.SCAccountReset-formStyles applied to the form element.
email.SCAccountReset-passwordStyles applied to the password TextField.
success.SCAccountRecover-successStyles applied to the success Alert.
error.SCAccountRecover-errorStyles applied to the error Alert.

Parameters

NameType
inPropsAccountResetProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/AccountReset/AccountReset.tsx:128