dotasek / cytoscape-explore-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cytoscape-explore-ui

Cytoscape Explore React Components

NPM JavaScript Style Guide

Install

npm install --save cytoscape-explore-ui

Usage

import React, { Component } from 'react'

import MyComponent from 'cytoscape-explore-ui'
import 'cytoscape-explore-ui/dist/index.css'

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

License

MIT © dotasek

About


Languages

Language:JavaScript 93.8%Language:HTML 4.6%Language:CSS 1.5%