Skip to content

inspect-value

A powerful JavaScript value inspector — use in React, Vue, Svelte, Angular, or plain HTML.

Live Demo

Every JavaScript built-in type, rendered in the browser with a single web component.

inspect-value wraps svelte-inspect-value as a Web Component (<inspect-value>, <inspect-panel>). Styles are encapsulated in Shadow DOM — just import the script and use the element.

  • All JS types — strings, numbers, booleans, arrays, objects, Date, RegExp, URL, Map, Set, Error, TypedArray, Promises, Functions, and more
  • 6 built-in themesinspect, drak, stereo, dark, default-dark, default-light
  • Deep search — filter, filter-strict, and highlight modes
  • Panel mode — fixed-position overlay for persistent debugging
  • Zero config — import the script, use the element
FrameworkIntegrationLive Demos
ReactuseRef + useEffect4 interactive demos
Vueref() + onMounted4 interactive demos
Sveltebind:this + $effect4 interactive demos
Angular@ViewChild + CUSTOM_ELEMENTS_SCHEMACode examples
Vanilla JSquerySelector + .valueCode examples