VibesValuesCard
Components
VibesValuesCard()
VibesValuesCard(
props
,context
?):ReactNode
Component used in the vibes app to present the community values for moderation
Parameters
Parameter | Type |
---|---|
props | VibesValuesCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/VibesValuesCard/index.tsx:26
Interfaces
VibesValuesCardProps
Properties
Property | Type |
---|---|
ctaLabel | string |
ctaUrl | string |
onValueClick | (path : string ) => () => void |
subtitleLabel | string |
titleLabel | string |
values | VibesValue [] |