@splunk/dashboard-core
Splunk Dashboard Framework - Dashboard viewing component
Dashboard Core is a controlled component that renders the dashboard canvas and all the components rendered on the canvas. When used by itself, its typical use is to provide a view-only interface to a dashboard. This component must be wrapped with a DashboardContextProvider
to provide it with the necessary data.
It renders a dashboard according to a JSON definition.
Documentation
Please reference the Splunk Dashboard Framework documentation for more details on how to use this component in concert with the rest of the dashboard framework library.