Complexity: Trivial
Primary files: packages/ui/src/components/icon-button.tsx
Wrap the button primitive with a strict icon-only API and consistent tooltip,
size, and accessible-label behavior.
Acceptance criteria
- Requires an accessible label.
- Supports the approved button tones and sizes.
- Tooltip appears for mouse and keyboard users.
- Tests cover label, tooltip, focus, and disabled behavior.
Complexity: Trivial
Primary files:
packages/ui/src/components/icon-button.tsxWrap the button primitive with a strict icon-only API and consistent tooltip,
size, and accessible-label behavior.
Acceptance criteria