Install the complete package with local command reference and every published mode.
install includeinclude.lil.css and .lil.js.
Use
.lil.css/.lil.js, and
include [package] [options]include [package] [options]Install, inspect and remove composable browser-interface packages in session or persistent .lil.css/.lil.js storage.
Run the prepared examples directly on the page. Their results are prebuilt and shown in the browser; no terminal command is executed on the server.
Install the current compatible version. Choose Base for the complete feature set or Minimum for the reduced package; use upgrade to update a module that is already installed.
Base and Minimum are two packages of the same current module release, not separate command versions.
Install the complete package with local command reference and every published mode.
install includeInstall the reduced package. Local reference is omitted;
install include -mInstall exactly this published version.
install include -v 1.2.5Ask upgrade to check compatibility and replace the installed block only when needed.
upgrade includeRemove the extension block while leaving the core and unrelated modules intact.
install include -uExamples are copyable command lines, not actions executed by this website. Review paths, permissions and destructive flags before running them on a real project.
include -l | include lil -ilil 1.11 · css+js
hotkeys 1.0 · js
code 1.0 · css+js
Package lil
Version 1.11
Components css + js
Installed noinclude -lil -v 1.0Package lil
Version 1.0
Mode sessioninclude -hotkeys -v 1.0Package hotkeys
Version 1.0
Mode sessioninclude -hotkeys -v 1.0 -sPackage hotkeys
Version 1.0
Saved .lil.jsinclude -hotkeys -i -v 1.0Package hotkeys
Version 1.0
Components js
Installed yesinclude -hotkeys -uPackage hotkeys
Removed yesinclude -code -v 1.0 -iPackage code
Version 1.0
Components css + js
Installed yesinclude -code -v 1.0 -uPackage code
Removed yesinclude missing-package -iInterface package not foundsandbox/public/assets/style.cssThe example uses a file or directory from the protected /sandbox/ documentation workspace.
:root {
font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
color-scheme: dark;
}
body {
margin: 0;
min-height: 100vh;
display: grid;
place-items: center;
background: #08090b;
color: #d7d9dd;
}
.card {
width: min(32rem, calc(100% - 2rem));
padding: 1.5rem;
border: 1px solid #30343a;
border-radius: .75rem;
}
Keeps the Base UI layer first so code and hotkeys packages can be combined without disabling keyboard behavior.