# @svgr/babel-plugin-svg-dynamic-title

## Install

```
npm install --save-dev @svgr/babel-plugin-svg-dynamic-title
```

## Usage

**.babelrc**

```json
{
  "plugins": ["@svgr/babel-plugin-svg-dynamic-title"]
}
```

## Note

This plugin handles both the titleProp and descProp options. By default, it will handle titleProp only.

## License

MIT
