ChoisSTANDARD UI컴포넌트 검색 /

Helpers

Include

semantic HTML

외부 HTML partial을 현재 문서에 포함합니다.

stablefreeSince 0.4

Live example

SSR fallback partial

This content remains when JavaScript is disabled.

<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

ContractValue
Implementationsemantic HTML
Statusstable
Licensefree
Since0.4
HTML contractNative HTML elements and attributes
EventsNative 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. -->