Skip to main content
Module

x/capsid/mod.ts>make

💊 Declarative DOM programming library. Lightweight (1.79 kb).
Latest
variable make
Re-export
import { make } from "https://deno.land/x/capsid@v1.8.2/mod.ts";

Initializes the given element as the class-component.

type

<T>(name: string, el: HTMLElement) => unknown