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
Custom expandable
*Custom expandables API is still unfinishedError 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.