@bjoerntx/tx-react-document-viewer
v1.0.0
Published
This library provides a document viewer compatible with TX Text Control and documents created using the editor and API of TX Text Control.
Downloads
2
Readme
@bjoerntx/tx-react-document-viewer
This library provides a document viewer compatible with TX Text Control and documents created using the editor and API of TX Text Control.
Install
npm install --save @bjoerntx/tx-react-document-viewer
Usage
import React, { Component } from 'react'
import MyComponent from '@bjoerntx/tx-react-document-viewer'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © bjoerntx