@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
21 lines (20 loc) • 707 B
JavaScript
import n from "./NeonPage.es.js";
import { openBlock as s, createElementBlock as t, normalizeClass as a, renderSlot as o, createElementVNode as r } from "vue";
import p from "../../../_virtual/_plugin-vue_export-helper.es.js";
const i = { class: "neon-page__container" };
function l(e, c, d, m, $, f) {
return s(), t("div", {
class: a(["neon-page", { "neon-page--with-top-nav": e.$slots["top-nav"], "neon-page--with-side-nav": e.$slots["side-nav"] }])
}, [
o(e.$slots, "top-nav"),
o(e.$slots, "side-nav"),
r("div", i, [
o(e.$slots, "content")
])
], 2);
}
const h = /* @__PURE__ */ p(n, [["render", l]]);
export {
h as default
};
//# sourceMappingURL=NeonPage.vue.es.js.map