/conveyor-belt

A simple pagination package to use with React JS

Primary LanguageJavaScript

conveyor-belt

A simple pagination library to work with the React JS

NPM JavaScript Style Guide

Install

npm install --save conveyor-belt

Usage

import React, { Component } from 'react'

import MyComponent from 'conveyor-belt'
import 'conveyor-belt/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © prio101