@json-render/svelte Svelte 5 renderer that converts json-render specs into Svelte component trees. Quick Start Creating a Catalog Defining Components Components should accept : Creating a Registry Spec Structure (Element Tree) The Svelte schema uses the element tree format: Visibility Conditions Use on elements to show/hide based on state: - - truthy check - - equality check - - falsy check - - AND conditions - - OR conditions Providers (via JsonUIProvider) composes all contexts. Individual contexts: | Context | Purpose | | ------------------- | -----------------------------------------------…