Selkies
Developer ReferenceDashboard

App

Root component of the dashboard bundle.

Functions

App()

function App(props): Element;

Defined in: App.jsx:18

Renders the dashboard overlay into the element main.jsx created for it.

Parameters

ParameterTypeDescription
props{ dashboardRoot: HTMLElement; }-
props.dashboardRootHTMLElementPortal target main.jsx appended to document.body.

Returns

Element

References

default

Renames and re-exports App

On this page

Edit on GitHub