ChoisSTANDARD UI컴포넌트 검색 /

Data

Timeline

semantic HTML

시간 순서의 사건이나 변경 이력을 의미론적 목록으로 표시합니다.

stablefreeSince 0.6

Live example

  1. Review approved
  2. Draft updated
<ol data-standard-component="timeline" data-ui="timeline" aria-label="Activity"><li><time datetime="2026-07-14">Today</time><strong>Review approved</strong></li><li><time datetime="2026-07-13">Yesterday</time><span>Draft updated</span></li></ol>

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.6
HTML contractNative HTML elements and attributes
EventsNative browser events

Accessibility

ordered list, readable time elements and DOM order

Server template guidance

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