UNPKG

@aotearoan/neon

Version:

Neon is a lightweight design library of Vue 3 components with minimal dependencies.

22 lines (21 loc) 781 B
import r from "./NeonCard.es.js"; import { openBlock as n, createElementBlock as e, mergeProps as a, renderSlot as t } from "vue"; import i from "../../../_virtual/_plugin-vue_export-helper.es.js"; function s(o, d, l, p, c, f) { return n(), e("div", a({ class: [[ `neon-card--${o.orientation}`, `neon-card--${o.size}`, `neon-card--horizontal-breakpoint-${o.horizontalBreakpoint}`, o.noBreak && "neon-card--horizontal-breakpoint-no-break", o.orientation === o.NeonOrientation.Horizontal && o.horizontalBorders && "neon-card--with-horizontal-borders" ], "neon-card"] }, o.attrs), [ t(o.$slots, "default") ], 16); } const k = /* @__PURE__ */ i(r, [["render", s]]); export { k as default }; //# sourceMappingURL=NeonCard.vue.es.js.map