UserAddPaymentMethodForm
Interfaces
UserAddPaymentMethodFormProps
Extends
- BaseDialogProps
Indexable
[p: string]: any
Any other properties
Properties
Functions
UserAddPaymentMethodForm()
UserAddPaymentMethodForm(
inProps):Element
API documentation for the Community-JS User Add Payment Method Form. Learn about the available props and the CSS API.
Import
import {UserAddPaymentMethodForm} from '@selfcommunity/react-ui';
Component Name
The name SCUserAddPaymentMethodForm can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description | 
|---|---|---|
| root | .SCUserAddPaymentMethodForm-root | Styles applied to the root element. | 
Parameters
| Parameter | Type | Description | 
|---|---|---|
| inProps | UserAddPaymentMethodFormProps | 
Returns
Element