Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
/ blazor.matchbox Public archive

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

License

Notifications You must be signed in to change notification settings

blacktau/blazor.matchbox

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published