react-docmaker
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

react-docmaker

SlateJS based document template editor for React.

NPM JavaScript Style Guide

Install

npm install --save react-docmaker

Usage

Check out the demo in the example folder.

import React, { Component } from 'react'

import { DocmakerEditor } from 'react-docmaker'
import 'react-docmaker/dist/index.css'

class Example extends Component {
  render() {
    return <DocmakerEditor onSubmitChanges={console.log} />
  }
}

License

MIT © christiandrey

Readme

Keywords

none

Package Sidebar

Install

npm i react-docmaker

Weekly Downloads

1

Version

1.5.0

License

MIT

Unpacked Size

460 kB

Total Files

41

Last publish

Collaborators

  • christiandrey