exograph

1.1.4 • Public • Published

exograph

Exoskeleton for graphs!

NPM JavaScript Style Guide

Install

npm install --save exograph

Usage

import React from 'react'
import xo from '../exograph';

export default (props) => {

    const data = {
        containers: <Containers />,
        widgets: <Widgets />,
        sources: <Sources />,
    }

    return (
        <div className="layout fill dark-mode">
            <xo.GraphContextProvider>
                <xo.Graph />
                <xo.Menu> 
                    <xo.Accordion data={data} />
                </xo.Menu>
            </xo.GraphContextProvider>
        </div>
    )
}

License

MIT © nycdude777

Readme

Keywords

none

Package Sidebar

Install

npm i exograph

Weekly Downloads

2

Version

1.1.4

License

MIT

Unpacked Size

166 kB

Total Files

12

Last publish

Collaborators

  • nycdude777