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

0.74.0 • Public • Published

@deephaven/dashboard-core-plugins

Core Deephaven plugins for use in dashboards

Install

npm install --save @deephaven/dashboard-core-plugins

Usage

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

class Example extends Component {
  render() {
    return (
      <Dashboard>
        <GridPlugin />
        <ChartPlugin />
        <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-core-plugins

Weekly Downloads

4,590

Version

0.74.0

License

Apache-2.0

Unpacked Size

2.17 MB

Total Files

372

Last publish

Collaborators

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