ReportReasonPill
Components
ReportReasonPill()
ReportReasonPill(
props
,context
?):ReactNode
Component used in the vibes and vibes console apps to display moderation data
Parameters
Parameter | Type |
---|---|
props | ReportReasonPillProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/ReportReasonPill/index.tsx:20
Props
ReportReasonPillProps
ReportReasonPillProps:
object
Type declaration
Member | Type |
---|---|
handleClick | () => void |
reason | string |
reportCount | number |
Source
libs/design-system-components/src/components/ReportReasonPill/index.tsx:8