Deephaven Dashboard
npm install @deephaven/dashboardReact component for displaying a Deephaven dashboard. Register plugins to display components.
``bash`
npm install --save @deephaven/dashboard
`jsx
import React, { Component } from 'react';
import Dashboard from '@deephaven/dashboard';
import MyDashboardPlugin from './MyDashboardPlugin';
class Example extends Component {
render() {
return (
);
}
}
``
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.