ChoisSTANDARD UI컴포넌트 검색 /

Feedback

Popover

semantic HTML

트리거 주변에 상호작용 가능한 콘텐츠를 표시합니다.

stablefreeSince 0.2

Live example

<span data-standard-component="popover" class="standard-popover"><button type="button" aria-expanded="false" data-popover-trigger>Show details</button><span role="tooltip" hidden data-popover-panel><strong>Build 284</strong><br>Passed all checks.</span></span>

Variants and sizes

The pattern inherits theme and density tokens. Use compact, comfortable, or roomy density when the surrounding screen requires it.

compactcomfortableroomy

Public API

ContractValue
Implementationsemantic HTML
Statusstable
Licensefree
Since0.2
HTML contractNative HTML elements and attributes
EventsNative browser events

Accessibility

menu가 아닌 일반 보조 패널로 노출하고 트리거의 expanded 상태와 panel 연결을 유지합니다.

Server template guidance

<!-- Render the semantic HTML on the server. Load enhancement JavaScript only when this interaction is needed. -->