ChoisSTANDARD UI컴포넌트 검색 /

Feedback

Spinner

semantic HTML

종료 시점을 모르는 작업 진행을 표시합니다.

stablefreeSince 0.1

Live example

68%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

ContractValue
Implementationsemantic HTML
Statusstable
Licensefree
Since0.1
HTML contractNative HTML elements and attributes
EventsNative 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. -->