Skip to content
On this page

边框流动


学习SVG 学习SVG
显示代码
html
<HuBorderFlowSvg :height="444" :width="230"></HuBorderFlowSvg>

<script setup></script>

Attributes

参数说明类型默认值
height高度Number180
width宽度Number250
pathBackgroundColor轨道背景颜色colorrgba(0, 0, 0, 0.8)
backgroundColor线条颜色colorlinear-gradient(#00ccff, #d500f9)

Released under the MIT License.