First slide
A semantic article inside a slide.
Media
semantic HTMLcarousel 안의 개별 슬라이드입니다.
A semantic article inside a slide.
Use the controls to navigate.
<div data-standard-component="carousel" aria-label="Carousel item example"><div data-standard-component="carousel-item"><article><h3>First slide</h3><p>A semantic article inside a slide.</p></article></div><div data-standard-component="carousel-item"><article><h3>Second slide</h3><p>Use the controls to navigate.</p></article></div></div>The pattern inherits theme and density tokens. Use compact, comfortable, or roomy density when the surrounding screen requires it.
| Contract | Value |
|---|---|
| Implementation | semantic HTML |
| Status | stable |
| License | free |
| Since | 0.4 |
| HTML contract | Native HTML elements and attributes |
| Events | Native browser events |
slide 역할과 순서 레이블을 제공하고 비활성 slide는 aria-hidden으로 제외합니다.
<!-- Render the semantic HTML on the server. Load enhancement JavaScript only when this interaction is needed. -->