ReactionTypeBadge

Domain

Pill badge with icon and optional count for each forum reaction type: like, dislike, thanks, laugh, and confused.

All reaction types with counts

Preview
Like88Thanks34Laugh12Confused5Dislike2
Code
<ReactionTypeBadge type="LIKE"     count={88} />
<ReactionTypeBadge type="THANKS"   count={34} />
<ReactionTypeBadge type="LAUGH"    count={12} />
<ReactionTypeBadge type="CONFUSED" count={5} />
<ReactionTypeBadge type="DISLIKE"  count={2} />

Sizes

Preview
Like42Like42
Code
<ReactionTypeBadge type="LIKE" count={42} size="sm" />
<ReactionTypeBadge type="LIKE" count={42} size="md" />
Sourcemodules/domains/forum/reaction/ReactionTypeBadge.tsx