ChoisSTANDARD UI컴포넌트 검색 /

Forms

Date Input

semantic HTML

날짜 입력과 최소·최대 검증을 제공합니다.

stablefreeSince 0.3

Live example

<label id="delivery-label">Delivery date</label>
<div data-standard-component="date-input" label="Delivery date" value="2026-07-15" min="2026-07-01" aria-labelledby="delivery-label"><label>Delivery date<input type="date" value="2026-07-15" min="2026-07-01"></label></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.3
HTML contractNative HTML elements and attributes
EventsNative browser events

Accessibility

label, min, max, step, required의 native validity를 유지하고 폼 reset과 disabled fieldset에 반응합니다.

Server template guidance

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