1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-07 03:42:27 +04:00
Files
tabler/screenshots/pages/map-vector-card.astro
T

9 lines
292 B
Plaintext

---
import ScreenshotLayout from '../layouts/ScreenshotLayout.astro'
import MapVectorCard from '@shared/components/cards/MapVectorCard.astro'
---
<ScreenshotLayout title="Map" showCard={false} columns={2} pageLibs={['jsvectormap']}>
<MapVectorCard title="Locations" />
</ScreenshotLayout>