VictorCazanave / vue-svg-map

A set of Vue.js components to display an interactive SVG map
https://victorcazanave.github.io/vue-svg-map/
MIT License
86 stars 18 forks source link

How to add State names or codes #53

Closed avpuchkova closed 1 year ago

avpuchkova commented 2 years ago

Is it possible to show State Names or Codes on usa.svg? I know I should use slot and text, but could you give an example, please?

VictorCazanave commented 1 year ago

Here is quick example with few state codes. Of course, you can customize the labels with CSS and other SVG tags (like <circle>, <rect>...). Hope it can help (not too late 😅)