npm.io
1.0.1 • Published 2 years ago

react-rainy

Licence
MIT
Version
1.0.1
Deps
0
Size
14 kB
Vulns
0
Weekly
0

react-rainy

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save react-rainy

Usage

import React, { Component } from 'react'

import MyComponent from 'react-rainy'
import 'react-rainy/dist/index.css'

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

License

MIT quynhnvq