Skip to main content

PaywallsConfigurator

Interfaces

PaywallsConfiguratorProps

Properties

PropertyType
className?string
content?SCPurchasableContent
contentId?string | number
contentType?SCContentType
disabled?boolean
onChangeContentAccessType?(type) => void
onChangePaymentProducts?(products) => void
prefetchedProducts?SCPaymentProduct[]
selectedProducts?SCPaymentProduct[]

Functions

PaywallsConfigurator()

PaywallsConfigurator(inProps): Element

Parameters

ParameterType
inPropsPaywallsConfiguratorProps

Returns

Element


PaywallsConfiguratorSkeleton()

PaywallsConfiguratorSkeleton(inProps): Element

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

Import

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

Component Name

The name SCPaywallsConfiguratorSkeleton-skeleton-root can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCPaywallsConfiguratorSkeleton-skeleton-rootStyles applied to the root element.

Parameters

ParameterType
inPropsany

Returns

Element