1.0.3 • Published 4 years ago

zenuml-graph-commenter-react v1.0.3

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

zenuml-graph-commenter-react

Add comment functionality to the ZenUML Graph macro.

NPM JavaScript Style Guide

Install

npm install --save zenuml-graph-commenter-react

Usage

import React, { Component } from 'react'

import MyComponent from 'zenuml-graph-commenter-react'
import 'zenuml-graph-commenter-react/dist/index.css'

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

License

MIT © MrCoder