Skip to content

KristofferStrube/Blazor.Popover

Repository files navigation

License: MIT GitHub issues GitHub forks GitHub stars

Blazor.Popover

A Blazor wrapper for the part of the HTML API related to the popover attribute.

The API makes it easy to make a popover in HTML. This wrapper wraps the attributes and methods exposed in that API to Blazor via the <Popover> component to make it easy to use.

This wrapper is still under development.

Demo

The sample project can be demoed at https://kristofferstrube.github.io/Blazor.Popover/

On each page, you can find the corresponding code for the example in the top right corner.

Related articles

This repository was built with inspiration and help from the following series of articles: