8.1.0 • Published 8 months ago

@svgr/plugin-jsx v8.1.0

Weekly downloads
3,980,085
License
MIT
Repository
github
Last release
8 months ago

@svgr/plugin-jsx

Build Status Version MIT License

Transforms SVG into JSX.

Install

npm install --save-dev @svgr/plugin-jsx

Usage

.svgrrc

{
  "plugins": ["@svgr/plugin-jsx"]
}

How does it work?

@svgr/plugin-jsx consists in three phases:

Applying custom transformations

You can extend the Babel config applied in this plugin using jsx.babelConfig config path:

// .svgrrc.js

module.exports = {
  jsx: {
    babelConfig: {
      plugins: [
        // For an example, this plugin will remove "id" attribute from "svg" tag
        [
          '@svgr/babel-plugin-remove-jsx-attribute',
          {
            elements: ['svg'],
            attributes: ['id'],
          },
        ],
      ],
    },
  },
}

Several Babel plugins are available:

If you want to create your own, reading Babel Handbook is a good start!

License

MIT

@svgr/webpack@backstage/cli@redwoodjs/codemodsparcel-plugin-svgr-patchedparcel-plugin-svgrsvg-library-component-creator@infinitebrahmanuniverse/nolb-_svplop-pack-gatsby-starter@everything-registry/sub-chunk-885react-solar-iconsosp-uiparcel-plugin-svgr-patched-v2parcel-plugin-svg-reactnorma-dspicknplacemw-icons-testmulti-web-design-systemtest-my-designsvg-component-library-creatorsvg-componentifysvg-to-icon-clisvg-react-iconsymbol-syncsvgr-rollup-infernosvgr-webpack-infernosvg2rnsui-iconsunplugin-svgrsolar-icon-setsnowpack-plugin-svgrsane-iconsstickerbombreact-native-svg-transformerreact-solar-setreact-undrawrollup-plugin-svgrvite-plugin-react-svgvite-plugin-react-rich-svgvite-plugin-svgr@imtf/profile-scripts@wfp/icons-core@bendews/aws-react-icons@ewanmellor/parcel-plugin-inline-svg@exodus/svgr-rollup@rsbuild/plugin-svgr@fishx/bundle-webpack@farmfe/js-plugin-svgr@un/icons-core@yocdev/tarocodegen@yipkos/parcel-plugin-inline-svg@umijs/bundler-webpackaelfd-design@achmadk/vite-plugin-svgr@parcel/transformer-svg-react@payping/icons@react-native-esbuild/plugins@react-vector-graphics/core@productboard/svg-componentify@promoboxx/react-scripts-vite@roadiehq/roadie-cli@rndna/icon@twilio-labs/match-icons@twilio-labs/match-icons-twilio@twilio-labs/svg-to-react@toba/build@toba/svg-transformer@speedy-js/speedy-plugin-svgr@porosjs/bundler-webpackastro-theme-mecure@camol/vite-plugin-react-svg@clevercanyon/dev-deps@carforyou/assets@blackplate/react-native-svg-processor@nordicsemiconductor/pc-nrfconnect-shared@quple-pos/stand@ohoareau/svg2comp@retil/tool-vite-plugin-svg@proscom/gulp-svgr@rntest/icon@zalastax/nolb-_sv@svgr/cli@svgr/parcel-plugin-svgr@svgr/rollup@zag-js/anatomy-icons@ssen/jest-transform@ssen/svg-react-loader@ssen/transform@zalando-sunrise/backstage-cli@startupjs/bundler@tabula/forge@czk1997/react-undraw@assetbox/plugin-react-iconcodegem-machine-react-svgcontiamo-iconseggplant-svgr-webpack@hitbit/expo-svg-transformerfigma-react-icons-generatorfigma-react-svgfigma-theme-generator@intouchg/webpack-svgr-plugin
8.1.0

8 months ago

8.0.1

12 months ago

8.0.0

12 months ago

7.0.0

1 year ago

6.5.0

2 years ago

6.4.0

2 years ago

6.5.1

1 year ago

6.3.0

2 years ago

6.3.1

2 years ago

6.2.1

2 years ago

6.2.0

2 years ago

6.0.0-alpha.3

2 years ago

6.0.0-alpha.4

2 years ago

6.1.0

2 years ago

6.0.0

2 years ago

6.1.2

2 years ago

6.0.0-alpha.2

2 years ago

6.0.0-alpha.1

2 years ago

6.0.0-alpha.0

3 years ago

5.5.0

3 years ago

5.4.0

4 years ago

5.3.1

4 years ago

5.3.0

4 years ago

5.2.0

4 years ago

5.0.1

4 years ago

5.0.0

4 years ago

4.3.3

5 years ago

4.3.2

5 years ago

4.3.1

5 years ago

4.3.0

5 years ago

4.2.0

5 years ago

4.1.0

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago