Skip to content
目录

DigitalScroll 数字滚动组件

何时使用

按钮用于让数字滚动的场景

代码演示

tsx
<script setup>
import { CodeBackgroundWall } from '@xiaomh/vue3-alan-vite-component';
</script>

<template>
 <code-background-wall></code-backgroundall>
</template>

<style></style>

<script setup>
import { CodeBackgroundWall } from '@xiaomh/vue3-alan-vite-component';
</script>

<template>
 <code-background-wall></code-backgroundall>
</template>

<style></style>

1
2
3
4
5
6
7
8
9
10

API

属性说明

属性说明类型默认值版本
width宽度number3001.0.17
height高度number3001.0.17
step步长 控制速度number0.021.0.17
color颜色stringgreen1.0.17

Welcome to the site