@ekala/react-hooks
v0.14.1
Published
Made with create-react-library
Downloads
44
Readme
react-hooks
Made with create-react-library
Install
npm install --save react-hooksUsage
import React, { Component } from 'react'
import MyComponent from 'react-hooks'
import 'react-hooks/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © koodmn
