npm.io
8.0.0 • Published 3 years ago

@svgr/babel-plugin-add-jsx-attribute

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

@svgr/babel-plugin-add-jsx-attribute

Install

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

Usage

.babelrc

{
  "plugins": [
    [
      "@svgr/babel-plugin-add-jsx-attribute",
      {
        "elements": ["svg"],
        "attributes": [
          {
            "name": "width",
            "value": "200",
            "spread": false,
            "literal": false,
            "position": "end"
          }
        ]
      }
    ]
  ]
}

License

MIT

Keywords