tyh-ui2
Version:
The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.
24 lines (23 loc) • 570 B
JavaScript
import { defineComponent as o, openBlock as t, createElementBlock as n, normalizeClass as l, normalizeStyle as r } from "vue";
import { Props as s } from "./index2.js";
const a = o({
name: "TyhSkeleton"
}), d = /* @__PURE__ */ o({
...a,
props: s,
setup(i) {
return (e, m) => (t(), n("div", {
class: l([
"tyh-skeleton",
{
"tyh-skeleton-round": e.round,
"tyh-skeleton-animation": e.animation
}
]),
style: r({ width: e.width, height: e.height })
}, null, 6));
}
});
export {
d as default
};