Licence
MIT
Version
1.0.1
Deps
0
Size
14 kB
Vulns
0
Weekly
0
react-rainy
Made with create-react-library
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