All Projects → lucaskatayama → react-weathericons

lucaskatayama / react-weathericons

Licence: other
React component for WeatherIcons icons

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-weathericons

ConkyMatic
Automatic Conky color scheme changer based on the current wallpaper colors. Written in Bash.
Stars: ✭ 29 (+3.57%)
Mutual labels:  weather-icons
weather-icons
Free to use animated weather icons.
Stars: ✭ 341 (+1117.86%)
Mutual labels:  weather-icons
WeatherPi TFT
a weather display for a raspberry pi and a TFT display written in python3 and pygame
Stars: ✭ 66 (+135.71%)
Mutual labels:  weather-icons
Awesome Stock Resources
🌇 A collection of links for free stock photography, video and Illustration websites
Stars: ✭ 10,162 (+36192.86%)
Mutual labels:  weather-icons
Android Iconics
Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application.
Stars: ✭ 4,916 (+17457.14%)
Mutual labels:  weather-icons

npm Build Status codecov

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

import React from 'react';
import WeatherIcons from 'react-weathericons';

const Component = (props) => {
  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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].