jazz-inspector-element
v0.14.28
Published
A custom element that renders the Jazz Inspector component for inspecting Jazz accounts and CoValues.
Readme
Jazz Inspector Element
A custom element that renders the Jazz Inspector component for inspecting Jazz accounts and CoValues.
Installation
npm install jazz-inspector-elementUsage
By default jazz-inspector-element relies on Account.getMe() to link itself to the Jazz context, so it's enough to mount the html element in a page with a loaded Jazz app:
import "jazz-inspector-element"
document.body.appendChild(document.createElement("jazz-inspector"))OR
import "jazz-inspector-element" // somewhere in your app modulesand
<jazz-inspector />