Skip to main content
Module

x/jito/mod.ts>compact

Web component tools with Data Binding, Template Engine and Virtual Dom for ESM.
Go to Latest
function compact
import { compact } from "https://deno.land/x/jito@1.4.0/mod.ts";

Create a component.

Parameters

html: string

Parameters

html: string
state: Record<string, unknown>

Parameters

template: TreeTemplate
state: Record<string, unknown>

Parameters

patcher: Patcher
state: Record<string, unknown>

Parameters

template: string | TreeTemplate | Patcher
main: StateStack | Record<string, unknown> | Main