🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] > [示例](https://skeletonreact.com/) ## 示例 ``` <script> import { ContentLoader } from "vue-content-loader" export default { components: { ContentLoader } } </script> <template> <content-loader :width="400" :height="160" :speed="2" primaryColor="#c24242" secondaryColor="#0e0101" > <rect x="48" y="26" rx="3" ry="3" width="52" height="6" /> <rect x="2" y="69" rx="3" ry="3" width="410" height="6" /> <rect x="2" y="85" rx="3" ry="3" width="380" height="6" /> <rect x="2" y="101" rx="3" ry="3" width="178" height="6" /> <circle cx="20" cy="20" r="20" /> </content-loader> </template> ```