Actions
Dropdown
semantic HTML트리거 주변에 작업 메뉴를 표시합니다.
Live example
Project actions
Actions
semantic HTML트리거 주변에 작업 메뉴를 표시합니다.
<details data-standard-component="dropdown">
<span data-slot="trigger">Project actions</span>
<button type="button" role="menuitem">Rename</button>
<button type="button" role="menuitem">Duplicate</button>
<button type="button" role="menuitem">Archive</button>
</div>The pattern inherits theme and density tokens. Use compact, comfortable, or roomy density when the surrounding screen requires it.
| Contract | Value |
|---|---|
| Implementation | semantic HTML |
| Status | stable |
| License | free |
| Since | 0.2 |
| HTML contract | Native HTML elements and attributes |
| Events | Native browser events |
트리거의 확장 상태를 보조 기술에 제공하며 방향키, Home, End, Escape와 Tab 종료를 지원합니다.
<!-- Render the semantic HTML on the server. Load enhancement JavaScript only when this interaction is needed. -->