react-svg-icon
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "react-svg-icon", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "React SVG icon component", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
# React SVG Icon | ||
React SVG icon component | ||
## Inline SVG assets | ||
Create your SVG sprite and inline them at the start of you HTML document. There's a nice tutorial on how to do this on [CSS-Tricks](https://css-tricks.com/svg-sprites-use-better-icon-fonts/) | ||
## Include your icon component | ||
``` | ||
import Icon from 'react-svg-icon'; | ||
<Icon | ||
name='icon-name' | ||
cssClass='icon-class' | ||
/> | ||
``` |
38955
19