본문으로 건너뛰기
표시

Popover

트리거 가까이에 상호작용 가능한 보조 정보와 컨트롤을 임시 표면으로 제공한다.

활용 방법

Branch protection summary

Preview
Branch protectionTwo approving reviews are required before merging.
tsx
<Popover defaultOpen aria-label="Branch protection summary" trigger={<Button>Protection</Button>} content={<div>Two approving reviews are required.</div>} />