Hiyve Components - v1.0.0
    Preparing search index...
    • 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.

      Parameters

      Returns Element

      <ReactionPicker
      effects={DEFAULT_EFFECTS}
      onSelect={triggerReaction}
      disabled={isCoolingDown}
      />