@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
26 lines (19 loc) • 862 B
TypeScript
/**
* > API documentation for the Community-JS Incubator Skeleton component. Learn about the available props and the CSS API.
#### Import
```jsx
import {IncubatorSkeleton} from '@selfcommunity/react-ui';
```
#### Component Name
The name `SCIncubator-skeleton-root` can be used when providing style overrides in the theme.
#### CSS
|Rule Name|Global class|Description|
|---|---|---|
|root|.SCIncubator-skeleton-root|Styles applied to the root element.|
|primary|.SCIncubator-primary|Styles applied to the primary text element.|
|secondary|.SCIncubator-secondary|Styles applied to the secondary text element.|
|progressBar|.SCIncubator-progress-bar|Styles applied to the progress bar section.|
|action|.SCIncubator-action|Styles applied to the action button element.|
*
*/
export default function IncubatorSkeleton(props: any): JSX.Element;