@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
27 lines (20 loc) • 964 B
TypeScript
/**
* > API documentation for the Community-JS ConsentSolution Skeleton component. Learn about the available props and the CSS API.
#### Import
```jsx
import {ConsentSolutionSkeleton} from '@selfcommunity/react-ui';
```
#### Component Name
The name `SCConsentSolution-skeleton-root` can be used when providing style overrides in the theme.
#### CSS
|Rule Name|Global class|Description|
|---|---|---|
|root|.SCConsentSolution-skeleton-root|Styles applied to the root element.|
|title|.SCConsentSolution-title|Styles applied to the title element.|
|content|.SCConsentSolution-content|Styles applied to the content element.|
|consent|.SCConsentSolution-consent|Styles applied to the consent element.|
|consentSwitch|.SCConsentSolution-consent-switch|Styles applied to the switch skeleton element.|
|actions|.SCConsentSolution-actions|Styles applied to the actions section.|
*
*/
export default function ConsentSolutionSkeleton(): JSX.Element;