1.0.0 • Published 6 years ago
not-paid-react v1.0.0
not-paid-react
React wrapper around not-paid
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
1.0.0
6 years ago