@florasync/leaflet-geokit 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/django/index.js +9334 -0
- package/dist/django/index.js.map +1 -0
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -30,6 +30,7 @@ Documentation quick-links
|
|
|
30
30
|
- Runtime and architecture overview
|
|
31
31
|
- Public API (attributes, properties, methods, events)
|
|
32
32
|
- Usage examples (HTML, ESM, framework integration, recipes)
|
|
33
|
+
- Shims and integrations
|
|
33
34
|
- Logging, diagnostics, and troubleshooting
|
|
34
35
|
- Performance, accessibility, and SSR notes
|
|
35
36
|
- Roadmap and versioning
|
|
@@ -286,6 +287,10 @@ E. Framework integration (React/Preact/Vue/Svelte)
|
|
|
286
287
|
|
|
287
288
|
---
|
|
288
289
|
|
|
290
|
+
## Shims and integrations
|
|
291
|
+
|
|
292
|
+
- Django widget shim: [docs/shims/django.md](docs/shims/django.md)
|
|
293
|
+
|
|
289
294
|
## Recipes
|
|
290
295
|
|
|
291
296
|
1. Persist to your API
|