UI Kits
Buttons

Button Group

Grouped actions for toolbars and forms.

Usage guidance

When to use it.

Use for clear actions. Keep one dominant primary action per decision area.

Accessibility

Implementation notes.

  • Use an accessible name that describes the action.
  • Preserve visible keyboard focus.
  • Do not rely on color alone to communicate state.
Release QA

Implementation checklist.

0/3
Handoff notes

Implementation notes for this component.

Quick section export
<div class="ap-button-group"><button>Save</button><button>Preview</button><button>More</button></div>
Related components

More in Buttons