MapView (Experimental)
MapView renders an interactive Leaflet map with optional CDN asset injection.
Import
Basic Usage
Key Options
include_assets=True: inject Leaflet CSS/JS from CDN (default)include_assets=False: skip injection if your app already loads Leafletmarker=True: place a marker at the center coordinatepopup_text="...": optional marker popup text
Size Implication
Leaflet is CDN-first in this component, so Faststrap wheel size does not increase unless you choose to vendor assets yourself.