0.0.8 • Published 1 year ago

@czty/dblockg v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

一:说明: 数字滚动组件

二:使用: npm i @czty/dblockg

import React from 'react'; import DBlockG from '@czty/dblockg';

const MyComponent = () => { return ( <DBlockG draggable={true} configer={ x: 0, y: 0, width: '355px', height: '95px', clazz: '', data: '1476979', text: '我是标题', content: '我是内容', showTitle: '是', isFormatter: '是', dataLength: 8, isAlter: '是' } /> ) }

三:字段说明 x: y: clazz: 可添加的组件的className method: 请求方式 width: 组件的整体宽度 height: 组件的整体高度 data:数据 text:标题 content: 内容 showTitle: 是否显示标题内容 isFormatter:数字是否格式化(千分位数字) dataLength: 数据的长度 isAlter:数字是否需要滚动变化

0.0.8

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago