Popover
트리거 가까이에 상호작용 가능한 보조 정보와 컨트롤을 임시 표면으로 제공한다.
활용 방법
Branch protection summary
Preview
tsx
<Popover defaultOpen aria-label="Branch protection summary" trigger={<Button>Protection</Button>} content={<div>Two approving reviews are required.</div>} />