UNPKG

347 BMarkdownView Raw
1# @svgr/babel-plugin-svg-dynamic-title
2
3## Install
4
5```
6npm install --save-dev @svgr/babel-plugin-svg-dynamic-title
7```
8
9## Usage
10
11**.babelrc**
12
13```json
14{
15 "plugins": ["@svgr/babel-plugin-svg-dynamic-title"]
16}
17```
18
19## Note
20
21This plugin handles both the titleProp and descProp options. By default, it will handle titleProp only.
22
23## License
24
25MIT