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