Popover menu for selecting a reaction effect.
Renders a trigger button (emoji icon) that opens a grid of available effects. Each effect shows its thumbnail and label. Supports disabled state during cooldown.
<ReactionPicker effects={DEFAULT_EFFECTS} onSelect={triggerReaction} disabled={isCoolingDown}/> Copy
<ReactionPicker effects={DEFAULT_EFFECTS} onSelect={triggerReaction} disabled={isCoolingDown}/>
Popover menu for selecting a reaction effect.
Renders a trigger button (emoji icon) that opens a grid of available effects. Each effect shows its thumbnail and label. Supports disabled state during cooldown.