@dncgg/justui
v0.1.1
Published
DOM-first UI primitives for language-agnostic web apps.
Maintainers
Readme
@dncgg/justui
DOM-first UI primitives for language-agnostic web apps.
Install
pnpm add @dncgg/justuiimport { definePrimitive } from "@dncgg/justui/core";
import { markMounted } from "@dncgg/justui/dom";CDN
The package is mirrored by npm CDNs after each npm publish. Prefer pinned versions in production.
<script type="module">
import { definePrimitive } from "https://esm.sh/@dncgg/[email protected]/core";
import { markMounted } from "https://esm.sh/@dncgg/[email protected]/dom";
</script>Direct ESM files are available through jsDelivr and UNPKG:
https://cdn.jsdelivr.net/npm/@dncgg/[email protected]/dist/index.mjs
https://unpkg.com/@dncgg/[email protected]/dist/index.mjsLicense
MIT
