EventLocationWidget
Interfaces
EventLocationWidgetProps
Extends
VirtualScrollerItemProps
Indexable
[p
: string
]: any
Other props
Properties
Functions
EventLocationWidget()
EventLocationWidget(
inProps
):Element
API documentation for the Community-JS Group Info Widget component. Learn about the available props and the CSS API.
This component renders a widget containing the event info. Take a look at our demo component here
Import
import {EventLocationWidget} from '@selfcommunity/react-ui';
Component Name
The name SCEventLocationWidget
can be used when providing style overrides in the theme.
CSS
Rule Name | Global class | Description |
---|---|---|
root | .SCEventLocationWidget-root | Styles applied to the root element. |
title | .SCEventLocationWidget-title | Styles applied to the title element. |
map | .SCEventLocationWidget-map | Styles applied to the map element. |
locationTitle | .SCEventLocationWidget-location-title | Styles applied to the location title element. |
address | .SCEventLocationWidget-address | Styles applied to the address element. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | EventLocationWidgetProps |
Returns
Element
EventLocationWidgetSkeleton()
EventLocationWidgetSkeleton():
Element
API documentation for the Community-JS Group Info Widget Skeleton component. Learn about the available props and the CSS API.
Import
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. |
Returns
Element