We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b7029 commit 2974b0dCopy full SHA for 2974b0d
src/components/presets/Facebook.js
@@ -0,0 +1,20 @@
1
+import VueContentLoading from '../VueContentLoading';
2
+
3
+export default {
4
+ funcional: true,
5
6
+ render (h, {
7
+ data,
8
+ } = {}) {
9
+ return (
10
+ <VueContentLoading {...data}>
11
+ <rect x="0" y="0" rx="5" ry="5" width="70" height="70" />
12
+ <rect x="80" y="17" rx="4" ry="4" width="300" height="13" />
13
+ <rect x="80" y="40" rx="3" ry="3" width="250" height="10" />
14
+ <rect x="0" y="80" rx="3" ry="3" width="350" height="10" />
15
+ <rect x="0" y="100" rx="3" ry="3" width="400" height="10" />
16
+ <rect x="0" y="120" rx="3" ry="3" width="360" height="10" />
17
+ </VueContentLoading>
18
+ )
19
+ },
20
+};
src/components/presets/Facebook.vue
0 commit comments