cereschen / vite-plugin-svg-sprite-component

7 stars 4 forks source link

Sprite format #6

Closed liho00 closed 3 years ago

liho00 commented 3 years ago

Current behavior image

Expected behavior image

I suggest to use symbol to represent each of the svg file, instead of insert full svg into the div, if i have 100 icons, it might reduce the performance of the dom, besides i think the format shown at above screenshot is quite clean and efficient.

cereschen commented 3 years ago

Upgrade 1.0.7, and that should be what you want

liho00 commented 3 years ago

Thanks, i tried 1.0.7, it working well. Appreciated!