Overlay
ContextMenu
우클릭(또는 long-press) 컨텍스트 메뉴.
예제
우클릭하세요
설치 / Import
import { ContextMenu, ContextMenuTrigger, ContextMenuContent, ContextMenuItem } from '@baneung-pack/ui';import { ContextMenu } from '@baneung-pack/ui/context-menu';서브패스 import는 트리쉐이킹 친화 — 사용하지 않는 다른 컴포넌트는 번들에 포함되지 않습니다.
API
| Property | Description | Type | Default |
|---|---|---|---|
children (Trigger) | 우클릭 영역 (래퍼 요소) | ReactNode | — |
open / onOpenChange (Root) | 제어 props | boolean / (open) => void | — |