zenuml-graph-commenter-react
v1.0.3
Published
Add comment functionality to the ZenUML Graph macro.
Downloads
4
Readme
zenuml-graph-commenter-react
Add comment functionality to the ZenUML Graph macro.
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