Svelte <Inspect {value} />

Custom Components beta

svelte-inspect-value aims to (eventually) export all the building blocks to extend the component with custom components.

Better documentation soon! Here's a minimal example:

Custom line

+page.svelte
...
Result

Custom expandable

*Custom expandables API is still unfinished

Error handling

If any component, built-in or custom, should throw an error it will be caught by a boundary on an entry-per-entry basis and render error details.
The error value display component reverts to using default components to avoid further issues.

global options