UNPKG

lightview

Version:

A reactive UI library with features of Bau, Juris, and HTMX plus safe LLM UI generation

11 lines (8 loc) 208 B
/** * LIGHTVIEW-ALL * Full bundle including Core, X, and CDOM. */ import './lightview.js'; import './lightview-x.js'; import './lightview-cdom.js'; console.log('Lightview Full Bundle Loaded');