Feedback
Spinner
semantic HTML종료 시점을 모르는 작업 진행을 표시합니다.
Live example
68% 완료
<div data-ui="progress"><label for="progress-value">Spinner</label><progress id="progress-value" value="68" max="100">68%</progress><small>68% 완료</small></div>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
| Contract | Value |
|---|---|
| Implementation | semantic HTML |
| Status | stable |
| License | free |
| Since | 0.1 |
| HTML contract | Native HTML elements and attributes |
| Events | Native browser events |
Accessibility
Native HTML semantics and keyboard behavior are the baseline.
Server template guidance
<!-- Render the semantic HTML on the server. Load enhancement JavaScript only when this interaction is needed. -->