burakcan / react-snowstorm

A Snow Effect component for React.
http://burakcan.github.io/react-snowstorm
GNU General Public License v3.0
224 stars 25 forks source link

react-snowstorm

A Snow Effect component for React. Uses Snowstorm under the hood.

Live Demo : http://burakcan.github.io/react-snowstorm

Getting Started

Installation

$ npm install --save react-snowstorm

Usage

import React, { Component } from 'react';
import SnowStorm from 'react-snowstorm';

class MyComponent extends Component {
    render(){
        return (
            <div>
                <SnowStorm />
            </div>
        )
    }
}
Available Options (props)