Components/Quick Actions

Quick Actions

Grid of round icon buttons for shortcuts, favorites, and tab-style category navigation. Tone-aware.


Installation

npx @ajax-ui/cli add quick-actions

Props

  • actions - { id, label, icon, tone?, badge?, disabled? }[].
  • tone per action: "default" | "primary" | "success" | "warning" | "danger" | "info".
  • size "sm" | "md" | "lg" · columns 2–6.
  • onAction(id) - single handler for all actions, branches by id.