Forms
Date Input
semantic HTML날짜 입력과 최소·최대 검증을 제공합니다.
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
| Contract | Value |
|---|---|
| Implementation | semantic HTML |
| Status | stable |
| License | free |
| Since | 0.3 |
| HTML contract | Native HTML elements and attributes |
| Events | Native 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. -->