Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.58 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.58 KB

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: