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.
- Host: GitHub
- URL: https://github.com/kristofferstrube/blazor.popover
- Owner: KristofferStrube
- License: mit
- Created: 2024-05-18T13:52:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T23:56:58.000Z (over 1 year ago)
- Last Synced: 2025-05-07T03:04:21.022Z (about 1 year ago)
- Topics: blazor, blazor-webassembly, dotnet, html, popover
- Language: C#
- Homepage: https://kristofferstrube.github.io/Blazor.Popover/
- Size: 7.47 MB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](/LICENSE)
[](https://github.com/KristofferStrube/Blazor.Popover/issues)
[](https://github.com/KristofferStrube/Blazor.Popover/network/members)
[](https://github.com/KristofferStrube/Blazor.Popover/stargazers)
[](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/)