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

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

Drawer (am-drawer)

Drawer 是以 native <dialog> 呈現的 responsive panel,支援 leftrighttopbottom 四個方向,以及 sm / md / lg / full 尺寸。開啟後由瀏覽器提供 modal focus 行為,關閉後會把 focus 還給 trigger。

<Drawer side="right" size="md">
<Button slot="trigger" variant="outline">Open filters</Button>
<Fragment slot="title">Filters</Fragment>
<Fragment slot="description">Narrow down the current collection.</Fragment>
<p>Drawer content.</p>
</Drawer>

詳見 playground /playground/kit/ 範例。