devicon-react-svg
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "devicon-react-svg", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "devicon-react-svg is an implementation of the Devicons icon library, which contains the logos of various popular programming languages, frameworks and design and development tools. devicon-react-svg returns a functional React component that, when passed the name of a Devicon as the icon prop, will render it as an inline svg.", | ||
@@ -5,0 +5,0 @@ "main": "dist/devicon-react-svg.min.js", |
@@ -62,4 +62,6 @@ # devicon-react-svg | ||
``` | ||
--- | ||
##Additional exports | ||
A list of the icon names accepted by the component can be found here, at the [Devicons cheatsheet](http://vorillaz.github.io/devicons/#/cheat), or can be returned as an array by using the package's `iconList` export. **devicon-react-svg** also exports the `RandomIcon` component to display a randomly chosen icon. | ||
@@ -66,0 +68,0 @@ |
505362
109