Overlay
Drawer
vaul 기반 모바일 친화 시트. 드래그로 닫기, snap point 지원.
예제
설치 / Import
import { Drawer, DrawerTrigger, DrawerContent, DrawerHeader, DrawerTitle, DrawerDescription, DrawerFooter } from '@baneung-pack/ui';import { Drawer } from '@baneung-pack/ui/drawer';서브패스 import는 트리쉐이킹 친화 — 사용하지 않는 다른 컴포넌트는 번들에 포함되지 않습니다.
API
| Property | Description | Type | Default |
|---|---|---|---|
open (Root) | controlled | boolean | — |
onOpenChange (Root) | 변경 콜백 | (open: boolean) => void | — |
shouldScaleBackground (Root) | 배경 살짝 축소 효과 (default true) | boolean | — |