Reaction
Small pill with an emoji and a count, used below chat messages.
Import
import { Reaction } from "@gumtree/ui/chat/Reaction" ; Props
| Prop | Type | Default | Description |
|---|---|---|---|
emoji* | string | - | Emoji character |
count* | number | - | Reaction count |
Examples
Reactions
👍 1💡 2🎉 3
< Reaction emoji = "👍" count = { 1 } />
< Reaction emoji = "💡" count = { 2 } />
< Reaction emoji = "🎉" count = { 3 } />