UNPKG

@aotearoan/neon

Version:

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

23 lines (22 loc) 901 B
import a from "./NeonLabelledContent.es.js"; import { openBlock as n, createElementBlock as l, createElementVNode as r, normalizeClass as o, toDisplayString as t, renderSlot as s, createCommentVNode as c } from "vue"; import m from "../../../_virtual/_plugin-vue_export-helper.es.js"; const d = { class: "neon-labelled-content" }; function i(e, p, u, b, _, f) { return n(), l("div", d, [ r("label", { class: o([{ "neon-labelled-content__label--important": e.important }, "no-style neon-labelled-content__label"]) }, t(e.label), 3), s(e.$slots, "default", {}, () => [ e.value ? (n(), l("span", { key: 0, class: o([{ "neon-number": e.numeric }, "neon-labelled-content__value"]) }, t(e.value), 3)) : c("", !0) ]) ]); } const y = /* @__PURE__ */ m(a, [["render", i]]); export { y as default }; //# sourceMappingURL=NeonLabelledContent.vue.es.js.map