react-svg
Advanced tools
Comparing version 2.2.7 to 2.2.8
{ | ||
"name": "react-svg", | ||
"version": "2.2.7", | ||
"version": "2.2.8", | ||
"description": "A react.js svg component for loading svg files into the dom.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -37,3 +37,3 @@ # react-svg | ||
- `className` - *Optional* Class name to be added to the SVG. Defaults to `''`. | ||
- `wrapperClasName` - *Optional* Class name to be added to the wrapping `div`. Defaults to `''`. | ||
- `wrapperClassName` - *Optional* Class name to be added to the wrapping `div`. Defaults to `''`. | ||
- `evalScripts` - *Optional* Run any script blocks found in the SVG (`always`, `once`, or `never`). Defaults to `never`. | ||
@@ -40,0 +40,0 @@ - `style` - *Optional* Inline styles to be added to the SVG. Defaults to `{}`. |
59325
11