ReactionTypeBadge
DomainPill badge with icon and optional count for each forum reaction type: like, dislike, thanks, laugh, and confused.
Like88Thanks34Laugh12Dislike2
<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} />Like42Like42
<ReactionTypeBadge type="LIKE" count={42} size="sm" />
<ReactionTypeBadge type="LIKE" count={42} size="md" />