@json-render/devtools-solid
SolidJS adapter for the json-render devtools. Drop-in <JsonRenderDevtools /> component.
See the Devtools guide for the drop-in walkthrough.
JsonRenderDevtools#
import { JsonRenderDevtools } from "@json-render/devtools-solid";
<JSONUIProvider registry={registry}>
<Renderer spec={spec()} registry={registry} />
<JsonRenderDevtools
spec={spec()}
catalog={catalog}
messages={messages()}
/>
</JSONUIProvider>Props#
Same shape as the React adapter:
speccatalogmessagesinitialOpenpositionhotkeybufferSizeonEvent
In production builds the component renders null.