1.1.4 • Published 4 years ago

exograph v1.1.4

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

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

1.1.4

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago