/blazor.matchbox

A collection of Helpers for accessing browser APIS (ResizeObserver, IntersectionObserver etc)

Primary LanguageC#MIT LicenseMIT

Blazor Matchbox

A collection of Helpers for accessing browser APIS (ResizeObserver, IntersectionObserver etc)

This module does not include any polyfills. Polyfills are a choice to be made by the application consuming the library and thus are not included.

Available Apis

Api MDN Reference Description
IntersectionObserverAPI Intersection Observer API Allows the observation of changes in the intersection of a target element with an ancestor element or with a top-level document's viewport.
ResizeObserverAPI Resize Observer API Allows monitoring of an element for changes to its size.
WebStorage Web Storage API Provides access to Local and Session Storage.

Usage