跳到內容
調色盤星雲光譜
選擇版面配色

即時套用,保留目前的亮暗模式。

ButtonGroup (am-button-group)

am-button-group 是一個可組合 Button 或原生連結的 action group。它只負責排列、群組語意與選用的相鄰邊框,不接管子控制項的事件或權限。

<ButtonGroup ariaLabel="Review actions" attached>
<Button variant="outline">View</Button>
<Button variant="outline">Edit</Button>
<Button variant="outline">Archive</Button>
</ButtonGroup>

ariaLabel 應描述群組用途;orientation="vertical" 可將動作改為垂直排列,attached 則會把相鄰控制項視覺上連接。