0.0.13 • Published 5 years ago

mswordcontainer v0.0.13

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

MSWordContainer

A React Microsoft Word Container

Demo available at http://stonelinks.org/MSWordContainer/


Installing

npm install --save mswordcontainer

Basic usage

const React = require('react')
const ReactDOM = require('react-dom')
const MSWordContainer = require('mswordcontainer')

const input = '# This is a header\n\nAnd this is a paragraph'

ReactDOM.render(
  <MSWordContainer title={"example.doc"}>
    <p>
      Hey there, this is an example of the MSWordContainer in all its
      circa-2000 glory.
    </p>
  </MSWordContainer>,
  document.getElementById('container')
)

Options

  • title - string Title of the document

License

MIT © Espen Hovlandsdal

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago