1.0.0 • Published 7 years ago
make-it-snow-test v1.0.0
make-it-snow-test
A React component that you can use to have snow falling on your compoennts.
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