Module resize

Source
Expand description

This module contains Yew’s implementation of a service which listens for browser window resize events.

Structs§

ResizeService
A service which fires events when the browser window is resized.
ResizeTask
A handle for the event listener listening for resize events.
WindowDimensions
Dimensions of the window.