デジタル庁デザインシステムβ版 for Panda CSS

ドロワー

ブラウザ画面の四辺(上下左右端)から展開し、モバイルメニューなどのコンポーネントを格納可能なコンテナです。

import { Drawer } from "@/components/ui/drawer";

使用例

読み込み中

Breaking Change

Ark UIのDrawerコンポーネント追加に伴い、v0.4.0以降では、placement属性を廃止し、swipeDirection属性に変更。

<Drawer.Root
  placement="right"
  swipeDirection="end"
>
placementswipeDirection
leftstart
rightend
topup
bottomdown