svelte-inspect-value
TypeScript icon, indicating that this package has built-in type declarations

0.7.2 • Public • Published

Svelte Inspect Value

NPM Version GitHub Repo stars

inspect screenshot

Description

A collection of ambitious value inspector components in the veins of svelte-json-tree and react-json-view.

It aims to be a valuable devtool for monitoring state and debugging.

Installation and use

Install svelte-inspect-value with your favourite package manager.

<script>
  import Inspect from 'svelte-inspect-value'

  let name = $state('')
  let age = $state(42)
</script>

<Inspect value={{ name, age }} />
<!-- or -->
<Inspect.Values {name} {age} />

Features

  • view state in a tree-view
  • aims to support most JavaScript built-ins with specialized views displaying information relevant to to developers, including:
    • Map and Set
    • Promise
    • Date
    • URL and URLSearchParams
    • TypedArray
    • HTML elements
    • Function
    • Class
    • Svelte stores and Observables
  • Fixed position drawer / panel component
  • customizable theming
  • syntax highlighting for functions and html elements using hljs
  • embed media if a string value is a link / path ending with an embeddable image or audio file extension (disabled by default)

Acknowledgements

  • the "drak"-theme is based on the dracula color scheme
  • the "stereo"-theme is based on the monokai color scheme

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.7.2135latest
0.7.0-next.73next

Version History

VersionDownloads (Last 7 Days)Published
0.7.2135
0.7.12
0.7.02
0.7.0-next.73
0.7.0-next.63
0.7.0-next.52
0.7.0-next.42
0.7.0-next.32
0.7.0-next.22
0.7.0-next.12
0.6.213
0.6.12
0.6.02
0.5.054
0.4.12
0.4.06
0.3.16
0.3.01
0.3.0-next.23
0.3.0-next.12
0.2.31
0.2.3-next.11
0.2.21
0.2.13
0.2.03
0.2.0-next.52
0.2.0-next.44
0.2.0-next.34
0.2.0-next.22
0.2.0-next.12
0.1.43
0.1.4-next.23
0.1.4-next.13
0.1.344
0.1.23
0.1.11
0.1.02
0.1.0-next.21
0.1.0-next.12
0.0.21
0.0.11

Package Sidebar

Install

npm i svelte-inspect-value

Weekly Downloads

333

Version

0.7.2

License

MIT

Unpacked Size

283 kB

Total Files

173

Last publish

Collaborators

  • eirikk