1.0.0 • Published 7 years ago

make-it-snow-test v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

make-it-snow-test

A React component that you can use to have snow falling on your compoennts.

NPM JavaScript Style Guide

Install

npm install --save make-it-snow-test

Usage

import React, { Component } from 'react'

import MyComponent from 'make-it-snow-test'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © BH0

1.0.0

7 years ago