/not-paid-react

React wrapper around not-paid

Primary LanguageJavaScript

not-paid-react

React wrapper around not-paid

NPM JavaScript Style Guide

Install

npm install --save not-paid-react
# OR
yarn add not-paid-react

Usage

import React, { Component } from 'react'

import NotPaid from 'not-paid-react'

export default class App extends Component {
  render () {
    return (
      <div>
        <NotPaid dueDate="2019-01-26" daysOverdue={60}/>
        <h1>Hi</h1>
      </div>
    )
  }
}

License

MIT © tiaanduplessis