An open API service indexing awesome lists of open source software.

https://github.com/kristofferstrube/blazor.popover

A Blazor wrapper for the part of the HTML API related to the popover attribute.
https://github.com/kristofferstrube/blazor.popover

blazor blazor-webassembly dotnet html popover

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/KristofferStrube/Blazor.Popover)](https://github.com/KristofferStrube/Blazor.Popover/issues)
[![GitHub forks](https://img.shields.io/github/forks/KristofferStrube/Blazor.Popover)](https://github.com/KristofferStrube/Blazor.Popover/network/members)
[![GitHub stars](https://img.shields.io/github/stars/KristofferStrube/Blazor.Popover)](https://github.com/KristofferStrube/Blazor.Popover/stargazers)
[![NuGet Downloads (official NuGet)](https://img.shields.io/nuget/dt/KristofferStrube.Blazor.Popover?label=NuGet%20Downloads)](https://www.nuget.org/packages/KristofferStrube.Blazor.Popover/)

# Blazor.Popover
A Blazor wrapper for the part of the HTML API related to the [popover attribute](https://html.spec.whatwg.org/multipage/popover.html).

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:

- [Using JS Object References in Blazor WASM to wrap JS libraries](https://blog.elmah.io/using-js-object-references-in-blazor-wasm-to-wrap-js-libraries/)
- [Blazor WASM 404 error and fix for GitHub Pages](https://blog.elmah.io/blazor-wasm-404-error-and-fix-for-github-pages/)
- [How to fix Blazor WASM base path problems](https://blog.elmah.io/how-to-fix-blazor-wasm-base-path-problems/)