Skip to main content

PollSuggestionWidget

Interfaces

PollSuggestionWidgetProps

API documentation for the Community-JS Widget component. Learn about the available props and the CSS API.

Import

import {Widget} from '@selfcommunity/react-ui';

Component Name

The name SCWidget can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCWidget-rootStyles applied to the root element.

Extends

Indexable

[p: string]: any

Other props

Properties

PropertyTypeDescriptionInherited from
autoHide?booleanHides this component Default false-
cacheStrategy?CacheStrategiesCaching strategies Default CacheStrategies.CACHE_FIRST-
className?stringOverrides or extends the styles applied to the component. Default nullWidgetProps.className
DialogProps?BaseDialogPropsProps to spread to categories suggestion dialog Default {}-
limit?numberLimit the number of categories to show Default false-
onHeightChange?() => voidMust be called whenever a list item's height changes (for example, when a user clicks an "Expand"/"Collapse" button of a list item): it re-measures the item's height and updates VirtualScroller layout. Every change in an item's height must come as a result of changing some kind of a state, be it the item's state in VirtualScroller via .onItemStateChange(), or some other state managed by the application. Call this method to re-measure the current element.VirtualScrollerItemProps.onHeightChange
onStateChange?(state) => voidSave current state and when the component re-mount restore previous state using props. It is used to keep a copy of VirtualScroller state so that it could be quickly restored in case the VirtualScroller component gets unmounted and then re-mounted back again — for example, when the user navigates away by clicking on a list item and then navigates "Back" to the list.VirtualScrollerItemProps.onStateChange
PollSnippetProps?PollSnippetPropsProps to spread to single category object Default empty object-

Functions

PollSuggestionWidget()

PollSuggestionWidget(inProps): Element

API documentation for the Community-JS Poll Suggestion Widget component. Learn about the available props and the CSS API.

This component renders a list of suggested polls. Take a look at our demo component here

Import

import {PollSuggestionWidget} from '@selfcommunity/react-ui';

Component Name

The name SCPollSuggestionWidget can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCPollSuggestionWidget-rootStyles applied to the root element.
title.SCPollSuggestionWidget-titleStyles applied to the title element.
noResults.SCPollSuggestionWidget-no-resultsStyles applied to no results section.
showMore.SCPollSuggestionWidget-show-moreStyles applied to show more button element.
dialogRoot.SCPollSuggestionWidget-dialog-rootStyles applied to the root dialog element.
endMessage.SCPollSuggestionWidget-end-messageStyles applied to the end message element.
pollSnippet.SCPollSuggestionWidget-poll-snippetStyles applied to the poll snippet element.

Parameters

ParameterTypeDescription
inPropsPollSuggestionWidgetProps

Returns

Element


PollSuggestionWidgetSkeleton()

PollSuggestionWidgetSkeleton(props): Element

API documentation for the Community-JS Poll Suggestion Widget Skeleton component. Learn about the available props and the CSS API.

Import

import {PollSuggestionWidgetSkeleton} from '@selfcommunity/react-ui';

Component Name

The name SCPollSuggestionWidget-skeleton-root can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCPollSuggestionWidget-skeleton-rootStyles applied to the root element.
list.SCPollSuggestionWidget-listStyles applied to the list element.

Parameters

ParameterType
propsany

Returns

Element