JSPM

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

Transform SVG into component

Package Exports

  • @svgr/babel-plugin-transform-svg-component
  • @svgr/babel-plugin-transform-svg-component/package.json

Readme

@svgr/babel-plugin-transform-svg-component

Install

npm install --save-dev @svgr/babel-plugin-transform-svg-component

Usage

.babelrc

{
  "plugins": [
    ["@svgr/babel-plugin-transform-svg-component", { "titleProp": true }]
  ]
}

License

MIT