UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

23 lines (16 loc) 685 B
/** * > API documentation for the Community-JS Group Info Widget Skeleton component. Learn about the available props and the CSS API. #### Import ```jsx import {EventLocationWidgetSkeleton} from '@selfcommunity/react-ui'; ``` #### Component Name The name `SCEventLocationWidgetSkeleton-skeleton-root` can be used when providing style overrides in the theme. #### CSS |Rule Name|Global class|Description| |---|---|---| |root|.SCEventLocationWidgetSkeleton-skeleton-root|Styles applied to the root element.| |root|.SCEventLocationWidgetSkeleton-skeleton-map|Styles applied to the map element.| * */ export default function EventLocationWidgetSkeleton(): JSX.Element;