1.0.7 • Published 5 months ago

tiptap-tina-editor v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

tiptap-tina-editor

Tiptap editor for tina cms

NPM JavaScript Style Guide

Install

npm install --save tiptap-tina-editor

Usage

import React, { Component } from 'react'

import MyComponent from 'tiptap-tina-editor'
import 'tiptap-tina-editor/dist/index.css'

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

License

MIT © shaunpearce