FormActions (am-form-actions)
FormActions 只負責排列 action slot,不接管 submit 或權限邏輯。stackOnMobile 可讓手機版操作按鈕改為滿寬直列。
<FormActions align="between" stackOnMobile> <Button variant="ghost">Save draft</Button> <Button type="submit">Continue</Button></FormActions>詳見 playground /playground/kit/ 範例。