@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
16 lines (15 loc) • 547 B
JavaScript
import n from "./NeonInline.es.js";
import { openBlock as o, createElementBlock as r, normalizeClass as i, renderSlot as t } from "vue";
import a from "../../../_virtual/_plugin-vue_export-helper.es.js";
function p(e, l, s, f, m, c) {
return o(), r("div", {
class: i([[`neon-inline--gap-${e.gap}`, e.breakpoint && `neon-inline--breakpoint-${e.breakpoint}`], "neon-inline"])
}, [
t(e.$slots, "default")
], 2);
}
const u = /* @__PURE__ */ a(n, [["render", p]]);
export {
u as default
};
//# sourceMappingURL=NeonInline.vue.es.js.map