# @json-render/devtools-svelte
Svelte adapter for the [json-render devtools](https://json-render.dev/docs/devtools). Drop-in `` component.
## Installation
```bash
npm install @json-render/devtools @json-render/devtools-svelte
```
Peer dep: `svelte@^5`.
## Usage
```svelte
```
- Floating toggle appears bottom-right.
- Hotkey: `Ctrl`/`Cmd` + `Shift` + `J`.
- Tree-shakes to nothing in production builds.
See the [devtools docs](https://json-render.dev/docs/devtools) for the full prop reference and panel tour.
## License
Apache-2.0