visual-plan
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

Visual Plan

A React component to show a visualization of execution plan.

Install

npm i -S visual-plan

Usage

import React from "react"
import ReactDOM from "react-dom"
import VisualPlan from 'visual-plan'
import 'visual-plan/dist/index.css'

const App = () => (
  <div style={{ height: 600 }}>
    <VisualPlan data={binaryPlanData} />
  </div>
)

const app = document.getElementById("app")
ReactDOM.render(<App />, app)

Package Sidebar

Install

npm i visual-plan

Weekly Downloads

52

Version

0.0.8

License

MIT

Unpacked Size

499 kB

Total Files

43

Last publish

Collaborators

  • shhdnpm
  • yini_x