@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
16 lines (15 loc) • 426 B
JavaScript
import { defineComponent as e } from "vue";
const n = e({
name: "NeonSkeletonLoader",
props: {
/**
* The count of skeleton loaders to render. The size of the skeleton loaders depends on the parent container. The
* skeleton loaders will split the container evenly vertically.
*/
count: { type: Number, default: 1 }
}
});
export {
n as default
};
//# sourceMappingURL=NeonSkeletonLoader.es.js.map