vite-plugin-svgr icon indicating copy to clipboard operation
vite-plugin-svgr copied to clipboard

Vite plugin to transform SVGs into React components

Results 33 vite-plugin-svgr issues
Sort by recently updated
recently updated
newest added

Hello i just installed this module in a vite/react-ts project, i'm getting this error when i'm importing an SVG `import { ReactComponent as HomeIcon } from "images/icons/IconSvg/home.svg" ` The import...

![Screenshot (1083)](https://github.com/pd4d10/vite-plugin-svgr/assets/49083654/70b5982e-d086-4661-b715-47bd269337a8)

Switching to vite from webpack some of the svgs are broken. I've looked at the svgr/webpack code and its config is `plugins:[svgo,jsx]` vs just jsx in vite. Just adding svgo:true...

Vite, React, Typescript, Mkcert. Big error wall when following instructions. `import { resolve } from 'path'; import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import mkcert from 'vite-plugin-mkcert'...

Is there a way to import svgs dynamically? I would love to be able to do something like this: ***dynamic import hook*** ```javascript import { FunctionComponent } from 'preact'; import...

When using Vite plugin svgr to import multiple SVG files into a single component, I got a collision of the style because the ids how to handle this?

I am attempting to import .svg files for a storybook project and am running into an module import error. I have tried a few alternative solutions but have made no...

The advantage of using svgr is that it inlines the .svg files in the react code. Any way to do this with `vite-plugin-svgr`? Currently even the small files are not...

* Add option to include SVGs as assets, defaults undefined false. * Set enforce and load according to options. Addresses #69

使用这个 我如何改变svg的颜色