0.0.13 • Published 6 years ago

mswordcontainer v0.0.13

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago