@shopware-ag/meteor-component-library
Version:
The meteor component library is a Vue component library developed by Shopware. It is based on the [Meteor Design System](https://shopware.design/).
16 lines (15 loc) • 751 B
JavaScript
import '../mt-skeleton-bar.css';
;
const vue = require("vue");
const _pluginVue_exportHelper = require("../_plugin-vue_export-helper-9c783a34.js");
const mtSkeletonBar_vue_vue_type_style_index_0_scoped_c2625727_lang = "";
const _sfc_main = {};
const _hoisted_1 = { class: "mt-skeleton-bar" };
function _sfc_render(_ctx, _cache) {
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, _cache[0] || (_cache[0] = [
vue.createElementVNode("div", { class: "mt-skeleton-bar__shimmer" }, null, -1)
]));
}
const MtSkeletonBar = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-c2625727"]]);
module.exports = MtSkeletonBar;
//# sourceMappingURL=MtSkeletonBar.js.map