filum-event-query
v1.0.0
Published
Made with create-react-library
Downloads
3
Readme
filum-event-query
Made with create-react-library
Install
npm install --save filum-event-query
Usage
import React, { Component } from 'react'
import MyComponent from 'filum-event-query'
import 'filum-event-query/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © [Minh Pham](https://github.com/Minh Pham)