# ClientOnly

> 

`ClientOnly` is available from `vuloom/app`.

Use it when a subtree should only render after client mount while still allowing SSR to render a fallback.

Typical cases:

- browser-only widgets
- components that depend on `window` or layout measurements
- progressive enhancement around SSR content
