valor-prosemirror-editor

npm install --save valor-editor

Usage no npm install needed!

<script type="module">
  import valorProsemirrorEditor from 'https://cdn.skypack.dev/valor-prosemirror-editor';
</script>

README

valor-editor

NPM JavaScript Style Guide

Install

npm install --save valor-editor

Usage

import * as React from 'react'

import MyComponent from 'valor-editor'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © g770728y