UNPKG

@htmlbricks/hb-bundle

Version:

Single IIFE loader for all HTML Bricks hb-* web components from the jsDelivr CDN, with optional Subresource Integrity; includes agent/LLM docs and theme CSS variables.

16 lines (14 loc) 285 B
export type Component = { id?: string; style?: string; header?: { icon?: string; label: string; badge?: string; }; body?: { noborder?: boolean; }; // placeholder?: { type: "text" | "img" | "loading" | "text_placeholder"; content?: string }; }; export type Events = {};