Skip to main content

Module: AccountDataPortability

Interfaces

Functions

AccountDataPortability

AccountDataPortability(inProps): JSX.Element

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

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

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCAccountDataPortability-rootStyles applied to the root element.
createButton.SCAccountDataPortability-create-buttonStyles applied to the create data portability button in the rejection section.
downloadButton.SCAccountDataPortability-download-buttonStyles applied to the download data portability button in the rejection section.
generationInfo.SCAccountDataPortability-generation-infoStyles applied to the section with generation information.

Parameters

NameType
inPropsAccountDataPortabilityProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/AccountDataPortability/AccountDataPortability.tsx:64