general-template
Translate docx template with key terms to completed one by providing a form to fill in the info
Install
npm install --save general-template
Usage
import React, { Component } from 'react'
import MyComponent from 'general-template'
import 'general-template/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © doanminhtien-ins