Actions
Action components trigger operations — submit data, navigate, confirm choices, or start processes.
What this category contains
Use action components for intentional user-initiated operations. Prefer one primary action per view and keep destructive actions visually distinct.
Status
Implemented React components in this category are Beta while Figma parity gaps remain open.
Accessibility considerations
Action targets must have accessible names, visible focus indicators, and disabled states that are both visual and semantic.
Implemented components (5)
- Buttonstable
Button is a primary interactive trigger for user actions — submit, confirm, navigate, or initiate a process.
- Button Groupbeta
Button Group joins related independent Buttons with shared outer chrome and a 2px divider gap — layout only; each Button keeps its own behavior.
- Toggle Groupbeta
Toggle Group is exclusive segmented selection (radiogroup) with joined chrome — Segmented Control is this presentation, not a separate component.
- Split Buttonbeta
Split Button joins one primary Button action with a related Menu trigger using shared outer chrome — composition only; Button and Menu keep their own APIs.
- Linkstable
Link is semantic navigational text styled as inline or standalone links — not for primary actions.