Made with create-react-library
npm install --save filum-event-query
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 />
}
}
MIT © [Minh Pham](https://github.com/Minh Pham)