React Weather Icons
React component for WeatherIcons icons
Installation
$ npm install --save react-weathericons
Important
You need to add your own version of Weather Icons CSS.
Usage
;; const Component = { return <div> <WeatherIcons name="cloud" size="2x" /> </div> }
Features
- FontAwesome size like (e.g. lg, 2x, 3x)
Inspiration
This module was inspired on react-fontawesome
module, but using WeatherIcons icons.