发现一个Icon库,分享下哈;
使用React-Icons轻松地在React项目中包含流行图标,它利用es6导入,允许只包含项目正在使用的图标。
Installation (for standard modern project)
npm install react-icons --save
Usage
import { FaBeer } from 'react-icons/fa';class Question extends React.Component {render() {return <h3> Lets go for a <FaBeer />? </h3>}
}
各个流行库icon
地址:
https://react-icons.github.io/react-icons