source: frontend/node_modules/@svgr/babel-plugin-transform-svg-component/README.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago

Fix frontend appearance

  • Property mode set to 100644
File size: 284 bytes
Line 
1# @svgr/babel-plugin-transform-svg-component
2
3## Install
4
5```
6npm install --save-dev @svgr/babel-plugin-transform-svg-component
7```
8
9## Usage
10
11**.babelrc**
12
13```json
14{
15 "plugins": [
16 ["@svgr/babel-plugin-transform-svg-component", { "titleProp": true }]
17 ]
18}
19```
20
21## License
22
23MIT
Note: See TracBrowser for help on using the repository browser.