JSPM

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

8.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10157656
  • Score
    100M100P100Q264746F
  • License MIT

Replace JSX attribute value

Package Exports

  • @svgr/babel-plugin-replace-jsx-attribute-value
  • @svgr/babel-plugin-replace-jsx-attribute-value/package.json

Readme

@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