Skip to content

Commit f78b6b0

Browse files
author
Xing Han Lu
committed
Add description to Cytoscape component
1 parent 3b407b0 commit f78b6b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/components/Cytoscape.react.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ import CytoscapeComponent from 'react-cytoscapejs';
88
import _ from 'lodash';
99

1010

11+
/*
12+
A Component Library for Dash aimed at facilitating network visualization in
13+
Python, wrapped around [Cytoscape.js](http://js.cytoscape.org/).
14+
*/
1115
export default class Cytoscape extends Component {
1216
constructor(props) {
1317
super(props);

0 commit comments

Comments
 (0)