react-icon:React的图标组件

时间:2024-05-24 01:02:24
【文件属性】:

文件名称:react-icon:React的图标组件

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-24 01:02:24

JavaScript

React图标 React应用程序中图标的简单组件。 安装 npm install --save react-icon 用法 const React = require ( 'react' ) ; const Icon = require ( 'react-icon' ) ; const StarCounter = React . createClass ( { render ( ) { return ( < div> < span> This user have { this . props . count } < / span > < Icon xss=removed> < / div > ) ; } } ) ; module . exports = StarCounter ; 默认情况


【文件预览】:
react-icon-master
----.gitignore(27B)
----README.md(844B)
----test()
--------mocha.opts(30B)
--------index.js(1KB)
----LICENSE(1KB)
----package.json(734B)
----src()
--------index.js(736B)
----.babelrc(69B)
----.npmignore(68B)

网友评论