@deephaven/dashboard
v1.11.0
Published
Deephaven Dashboard
Keywords
Readme
@deephaven/dashboard
React component for displaying a Deephaven dashboard. Register plugins to display components.
Install
npm install --save @deephaven/dashboardUsage
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.
