@camol/vite-plugin-react-svg

0.0.5 • Public • Published

vite-plugin-react-svg

Usage

import svgPlugin from "vite-plugin-react-svg";


// vite.config.js
// ...
plugins: [
    svgPlugin(options) // svgr options
]

// ...
import svgUrl, { ReactComponent as SvgIcon } from '***.svg';
// ...
<SvgIcon style={{fontSize: 16}} />
// ...
<img src={svgUrl}  alt=""/>
// ...

Readme

Keywords

Package Sidebar

Install

npm i @camol/vite-plugin-react-svg

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

6.07 kB

Total Files

6

Last publish

Collaborators

  • camol