element-plus/docs/.vitepress/vitepress/components/overview-icons/ov-skeleton.vue
kooriookami 9480129c85
docs(docs): add overview page (#15749)
* docs(docs): add overview page

* docs: add tag

* docs: add empty

* docs: support 2k 4k

* style: update

* docs: update

* docs: add icon demo

* feat: update

* docs: add icons

* docs: update

* style: update

* style: update

* style: update

* docs: update

* docs: update

* docs: update

* docs: add icons

* docs: update

* docs: add designed by

* docs: update
2024-02-28 13:24:05 +08:00

45 lines
830 B
Vue

<template>
<svg
width="280"
height="180"
viewBox="0 0 280 180"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="280" height="180" fill="var(--el-fill-color-light)" />
<rect
x="60"
y="48"
width="60"
height="8"
rx="2"
fill="var(--el-border-color-dark)"
/>
<rect
x="60"
y="96"
width="104"
height="8"
rx="2"
fill="var(--el-border-color-dark)"
/>
<rect
x="60"
y="64"
width="160"
height="8"
rx="2"
fill="var(--el-border-color-dark)"
/>
<rect
x="60"
y="80"
width="160"
height="8"
rx="2"
fill="var(--el-border-color-dark)"
/>
<circle cx="70" cy="122" r="10" fill="var(--el-border-color-dark)" />
</svg>
</template>