Skip to main content

Module: AccountDelete

Interfaces

Functions

AccountDelete

AccountDelete(inProps): JSX.Element

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

This component allows users to display the logic behind user deletion. Take a look at our demo component here

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCAccountDelete-rootStyles applied to the root element.
message.SCAccountDelete-messageStyles applied to the message element section.
confirm.SCAccountDelete-confirmStyles applied to the confirm element section.
button.SCAccountDelete-buttonStyles applied to the button element.

Parameters

NameType
inPropsAccountDeleteProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/AccountDelete/AccountDelete.tsx:71