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

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

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/ 範例。