import { pageMetadata } from "@/lib/page-metadata" export const metadata = pageMetadata("docs/api/devtools-solid") # @json-render/devtools-solid SolidJS adapter for the json-render devtools. Drop-in `` component. See the [Devtools guide](/docs/devtools) for the drop-in walkthrough. ## JsonRenderDevtools ```tsx import { JsonRenderDevtools } from "@json-render/devtools-solid"; ``` ### Props Same shape as the React adapter: - `spec` - `catalog` - `messages` - `initialOpen` - `position` - `hotkey` - `bufferSize` - `onEvent` In production builds the component renders `null`.