UserPaymentMethods
Interfaces
UserPaymentMethodsProps
Indexable
[p: string]: any
Any other properties
Properties
| Property | Type | Description |
|---|---|---|
className? | string | Overrides or extends the styles applied to the component. Default null |
showBillingAddress? | boolean | Show billing address |
Variables
UserPaymentMethods
constUserPaymentMethods:ForwardRefRenderFunction<UserPaymentMethodsRef,UserPaymentMethodsProps>
API documentation for the Community-JS User Payment Methods. Learn about the available props and the CSS API.
Import
import {UserPaymentMethods} from '@selfcommunity/react-ui';
Component Name
The name SCUserPaymentMethods can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description |
|---|---|---|
| root | .SCUserPaymentMethods-root | Styles applied to the root element. |
Param
UserPaymentMethodsSkeleton
constUserPaymentMethodsSkeleton:ForwardRefRenderFunction<UserPaymentMethodsSkeletonRef,UserPaymentMethodsSkeletonProps>
API documentation for the Community-JS User Payment Methods Skeleton component. Learn about the available props and the CSS API.
Import
import {UserPaymentMethodsSkeleton} from '@selfcommunity/react-ui';
Component Name
The name SCUserPaymentMethodsSkeleton-skeleton-root can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description |
|---|---|---|
| root | .SCUserPaymentMethodsSkeleton-skeleton-root | Styles applied to the root element. |