@portal-site/pager
v0.9.0
Published
Made with create-react-library
Downloads
11
Readme
pager
Made with create-react-library
Install
npm install --save pager
Usage
import React, { Component } from 'react'
import MyComponent from 'pager'
import 'pager/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © wyyufeng