Island Loader

Astro-style client directives mapped onto the framework-independent @11ty/is-land runtime.

client:load

Hydrates after page load.

Waiting

client:idle

Hydrates when the browser is idle.

Waiting

client:media

Hydrates only when the media query matches.

Waiting for md+

client:manual

Hydrates only after a manual call.

Waiting

client:only

Client-only content replaces the fallback after load.

client:visible

Hydrates when this card enters the viewport.

Waiting for visibility