Reaction Chip
View in FigmaAn emoji reaction pill with count display and active toggle state.
Feedback & StatusImport
import { ReactionChip } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| emoji | string | — | Emoji character to display. |
| count | number | — | Reaction count number. |
| active | boolean | false | Whether the user has reacted. |
| size | "sm" | "md" | "md" | Chip size. |