@deephaven/dashboard
TypeScript icon, indicating that this package has built-in type declarations

0.97.0 • Public • Published

@deephaven/dashboard

React component for displaying a Deephaven dashboard. Register plugins to display components.

Install

npm install --save @deephaven/dashboard

Usage

import React, { Component } from 'react';
import Dashboard from '@deephaven/dashboard';
import MyDashboardPlugin from './MyDashboardPlugin';

class Example extends Component {
  render() {
    return (
      <Dashboard>
        <MyDashboardPlugin />
      </Dashboard>
    );
  }
}

Legal Notices

Deephaven Data Labs and any contributors grant you a license to the content of this repository under the Apache 2.0 License, see the LICENSE file.

Readme

Keywords

none

Package Sidebar

Install

npm i @deephaven/dashboard

Weekly Downloads

1,042

Version

0.97.0

License

Apache-2.0

Unpacked Size

444 kB

Total Files

125

Last publish

Collaborators

  • bingles
  • jnumainville
  • deephaven-bot
  • vbabich
  • mofojed
  • mikebender
  • niloc132
  • nbauernfeind