UNPKG

@aotearoan/neon

Version:

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

33 lines (32 loc) 1.01 kB
import r from "./NeonSwiper.es.js"; import { openBlock as s, createElementBlock as i, normalizeClass as a, createElementVNode as o, renderSlot as d } from "vue"; import t from "../../../_virtual/_plugin-vue_export-helper.es.js"; const l = { ref: "scrollable", class: "neon-swiper__container" }; function p(e, n, f, w, m, c) { return s(), i("div", { class: a([[ `neon-swiper--${e.orientation}`, { "neon-swiper--fade": e.fade, "neon-swiper--overflowing": e.isOverflowing, "neon-swiper--start": e.isScrollStart, "neon-swiper--end": e.isScrollEnd, "neon-swiper--hide-fade-start": e.hideFadeStart, "neon-swiper--hide-fade-end": e.hideFadeEnd } ], "neon-swiper"]) }, [ o("div", l, [ d(e.$slots, "default") ], 512), n[0] || (n[0] = o("div", { class: "neon-swiper__fade-out" }, null, -1)) ], 2); } const v = /* @__PURE__ */ t(r, [["render", p]]); export { v as default }; //# sourceMappingURL=NeonSwiper.vue.es.js.map