@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
18 lines (17 loc) • 464 B
JavaScript
import o from "./NeonGrid.es.js";
import { openBlock as r, createElementBlock as t, renderSlot as n } from "vue";
import s from "../../../_virtual/_plugin-vue_export-helper.es.js";
const i = ["id"];
function c(e, d, a, p, f, l) {
return r(), t("article", {
id: e.id,
class: "neon-grid"
}, [
n(e.$slots, "default")
], 8, i);
}
const $ = /* @__PURE__ */ s(o, [["render", c]]);
export {
$ as default
};
//# sourceMappingURL=NeonGrid.vue.es.js.map