Skip to content

Updates johnsonea2/BlazorMapbox to .Net 7 and the latest AspNetCore and OneOf stable releases

License

Notifications You must be signed in to change notification settings

Chris-Grundy/BlazorMapbox7

 
 

Repository files navigation

Blazor Mapbox

Introduction

This is a Blazor library that wraps the Mapbox GL JS library. Mapbox GL JS is a JavaScript library for vector maps on the Web. Its performance, real-time styling, and interactivity features set the bar for anyone building fast, immersive maps on the web.

Getting Started

Prerequisites & Installation


Usage


  • Add a using statement of @using Blazor.Mapbox to the top of your page.
  • Add the component anywhere in the markup similar to:
<MapboxMap AccessToken="{YOUR ACCESS TOKEN HERE}"></MapboxMap>

And that's it! The map should render on your page.

About

Updates johnsonea2/BlazorMapbox to .Net 7 and the latest AspNetCore and OneOf stable releases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 79.4%
  • HTML 10.8%
  • JavaScript 5.2%
  • CSS 4.6%