UNPKG

@aotearoan/neon

Version:

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

33 lines (32 loc) 1.06 kB
import r from "./NeonSplashLoader.es.js"; import { resolveComponent as a, openBlock as o, createBlock as l, Transition as s, withCtx as t, createElementBlock as c, normalizeClass as i, createVNode as d, createCommentVNode as p } from "vue"; import m from "../../../_virtual/_plugin-vue_export-helper.es.js"; function f(e, u, h, _, $, k) { const n = a("neon-icon"); return o(), l(s, { name: "neon-fade-transition", mode: "out-in" }, { default: t(() => [ e.ready ? (o(), c("div", { key: 0, class: i(["neon-splash-loader", [ `neon-splash-loader--${e.size}`, { "neon-splash-loader--fullscreen": e.fullscreen, "neon-splash-loader--with-overlay": e.overlay } ]]) }, [ d(n, { name: "loading", color: e.color, class: "neon-splash-loader__loading-icon" }, null, 8, ["color"]) ], 2)) : p("", !0) ]), _: 1 }); } const B = /* @__PURE__ */ m(r, [["render", f]]); export { B as default }; //# sourceMappingURL=NeonSplashLoader.vue.es.js.map