UNPKG

@selfcommunity/react-templates

Version:

React Templates Components to integrate a Community created with SelfCommunity.

27 lines (20 loc) 1.08 kB
/** * > API documentation for the Community-JS Loyalty Program Detail Skeleton component. Learn about the available props and the CSS API. #### Import ```jsx import {LoyaltyProgramDetailSkeleton} from '@selfcommunity/react-templates'; ``` #### Component Name The name `SCLoyaltyProgramDetailTemplate-skeleton-root` can be used when providing style overrides in the theme. #### CSS |Rule Name|Global class|Description| |---|---|---| |root|.SCLoyaltyProgramDetailTemplate-skeleton-root|Styles applied to the root element.| |title|.SCLoyaltyProgramDetailTemplate-title|Styles applied to the title element.| |sectionTitle|.SCLoyaltyProgramDetailTemplate-section-title|Styles applied to the section title element.| |subTitle|.SCLoyaltyProgramDetailTemplate-subTitle|Styles applied to the subTitle element.| |pointsList|.SCLoyaltyProgramDetailTemplate-points-list|Styles applied to the points list section.| |chip|.SCLoyaltyProgramDetailTemplate-chip|Styles applied to the chip element.| * */ export default function LoyaltyProgramDetailSkeleton(): JSX.Element;