npm.io
8.0.0 • Published 3 years ago

@svgr/babel-plugin-replace-jsx-attribute-value

Licence
MIT
Version
8.0.0
Deps
0
Size
7 kB
Vulns
0
Weekly
0
Stars
11.0K

@svgr/babel-plugin-replace-jsx-attribute-value

Install

npm install --save-dev @svgr/babel-plugin-replace-jsx-attribute-value

Usage

.babelrc

{
  "plugins": [
    [
      "@svgr/babel-plugin-replace-jsx-attribute-value",
      {
        "values": [
          { "value": "#000", "newValue": "#fff" },
          { "value": "blue", "newValue": "props.color", "literal": true }
        ]
      }
    ]
  ]
}

License

MIT

Keywords