0.0.3 • Published 2 years ago

stretch-resize v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

📦 Installation

npm install stretch-resize

📦 Description

调整元素的宽高

🖥 Props

NameTypeDefault valueDescription
classNamestring类名称
styleCSSProperties内联样式
isstringdiv最外面包裹的元素默认是div
minSizenumber | Partial<MinSize>{width: 0, height: 0}宽度和高度的最小值
type"top" | "bottom" | "left" | "right" | ResizeType[] | "all"all哪些边允许调整
onResizeEnd(rect: DOMRect) => void调整尺寸完成后的回调