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

0.9.1-js-plugin-big-display.14 • 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-server-widgets-plugin

Weekly Downloads

0

Version

0.9.1-js-plugin-big-display.14

License

Apache-2.0

Unpacked Size

40.4 kB

Total Files

29

Last publish

Collaborators

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