Skip to content

$windowHeight

ts
const $windowHeight: Signal<number>;

A signal containing the window height.

Example

ts
import { $windowHeight } from "@monstermann/signals-web";

$windowHeight(); // 1080