@accountingbox/invoice-templates

Invoice templates

Usage no npm install needed!

<script type="module">
  import accountingboxInvoiceTemplates from 'https://cdn.skypack.dev/@accountingbox/invoice-templates';
</script>

README

Invoice-Templates

NPM JavaScript Style Guide

Install

npm install --save @accountingbox/invoice-templates

Usage

import React, { Component } from 'react'

import {InvoiceRender} from '@accountingbox/invoice-templates'
import '@accountingbox/invoice-templates/dist/index.css'

const invoice = {}
const invoiceSettings = {}

class Example extends Component {
  render() {
    return <InvoiceRender invoice={invoice} invoiceSettings={invoiceSettings} />
  }
}

License

© AccountingBox