1.0.4 • Published 5 years ago

cr-easeshow v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

cr-easeshow

react component

Example

Usage

cnpm install --save cr-easeshow
import EaseShow from 'cr-easeshow'
import 'cr-easeshow/assets/index.css'
// 注意在使用的时候不能忘记引入css
<div style={{height: 600, border: '1px solid #21c8be'}}>
  <EaseShow minScale={0.5} maxScale={2}>
    <div style={{fontSize: 200, color: '#e850e6'}}>HELLO WORLD</div>
  </EaseShow>
</div>

注意

如果使用了cssModule,作为样式的使用方式,在引入css时应特别注意 以And Design Pro使用为例,在对应的页面less中引入css。注意包名前面的波浪线

@import '~cr-easeshow/assets/index.css';

API

nametypedescription
minScalenumber缩小的最小倍数
maxScalenumber放大的最大倍数
bgColorstring拖动放大缩小画布的背景颜色
scalenumber组件可以按照外部值放大缩小
isMovebool组件是否可以拖动true可以拖动
isScalebool组件是否可以缩放true可以缩放

Development

cnpm install
npm start

Example

http://localhost:8021/examples/testOne.html

License

cr-easeshow is released under the MIT license.

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago