react-quill-2.0

React Quill for Quill 2.0

Usage no npm install needed!

<script type="module">
  import reactQuill20 from 'https://cdn.skypack.dev/react-quill-2.0';
</script>

README

react-quill-2

React Quill for Quill 2.0

NPM JavaScript Style Guide

Install

npm install --save react-quill-2

Usage

import React, { Component } from 'react'

import MyComponent from 'react-quill-2'
import 'react-quill-2/dist/index.css'

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

License

MIT © ccsrvs