FIG-001/ THEMING

css variable themer.

Tune the --sjv-* theme tokens live without replacing the viewer style map.

  • The demo is a focused Svelte component wired to @humanspeak/svelte-json-view-lite.
  • Interactions stay local to the example so you can copy the pattern without pulling in the docs shell.
  • Viewer behavior keeps the same keyboard-ready tree semantics as the packaged component.
↩ all examples
theme · css variablespreview · live mode · live running source
{
    name:"Ada Lovelace",
    level:42,
    active:true,
    gamma:null,
    tags:[
      "admin",
      "beta"
    ],
    meta:{
      created:"2024-01-15",
      notes:undefined
    }
}
category · theming
sheet · sheet 01 / 01
⟳ to re-run