1.0.1 • Published 3 years ago

@gulibs/react-prosemirror-placeholder-plugin v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-prosemirror-placeholder-plugin

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save react-prosemirror-placeholder-plugin

Usage

import React, { Component } from 'react'

import MyComponent from 'react-prosemirror-placeholder-plugin'
import 'react-prosemirror-placeholder-plugin/dist/index.css'

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

License

MIT © AnizGu