AccountVerify
Interfaces
AccountVerifyProps
Indexable
[p
: string
]: any
Other props
Properties
Functions
AccountVerify()
AccountVerify(
inProps
):Element
API documentation for the Community-JS AccountVerify component. Learn about the available props and the CSS API.
Import
import {AccountVerify} from '@selfcommunity/react-ui';
Component Name
The name SCAccountVerify
can be used when providing style overrides in the theme.
CSS
Rule Name | Global class | Description |
---|---|---|
root | .SCAccountVerify-root | Styles applied to the root element. |
success | .SCAccountVerify-success | Styles applied to the success Alert. |
error | .SCAccountVerify-error | Styles applied to the error Alert. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | AccountVerifyProps |
Returns
Element