@tileflow/vue
v0.1.0-alpha.9
Published
Vue component for rendering Tileflow maps with MapLibre.
Maintainers
Readme
@tileflow/vue
Vue component for rendering Tileflow maps with MapLibre.
Install maplibre-gl alongside the package and import its CSS once in your app.
<script setup lang="ts">
import {TileflowMap} from '@tileflow/vue';
import 'maplibre-gl/dist/maplibre-gl.css';
</script>
<template>
<TileflowMap map="madrid" :center="[-3.7038, 40.4168]" :zoom="12" />
</template>Docs: https://tileflow.dev/docs
