This content remains when JavaScript is disabled.
Helpers
Include
semantic HTML외부 HTML partial을 현재 문서에 포함합니다.
Live example
<div data-standard-component="include" src="/docs-site/fragments/include-example.html"><article><strong>SSR fallback partial</strong><p>This content remains when JavaScript is disabled.</p></article></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.4 |
| HTML contract | Native HTML elements and attributes |
| Events | Native browser events |
Accessibility
요청 전과 오류 시에도 의미 있는 fallback 콘텐츠를 유지하며 삽입되는 partial 자체가 올바른 heading과 landmark 구조를 제공해야 합니다.
Server template guidance
<!-- Render the semantic HTML on the server. Load enhancement JavaScript only when this interaction is needed. -->