边框流动
显示代码
html
<HuBorderFlow height="444" width="230" pathBackgroundColor="rgba(0, 0, 0, 0.8)" backgroundColor="linear-gradient(#00ccff, #d500f9)"></HuBorderFlow>
<script setup></script>Attributes
| 参数 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| height | 高度 | Number | 180 |
| width | 宽度 | Number | 250 |
| pathBackgroundColor | 轨道背景颜色 | color | rgba(0, 0, 0, 0.8) |
| backgroundColor | 线条颜色 | color | linear-gradient(#00ccff, #d500f9) |
@huyuchen/visual