Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

vue3-drag-resize-rotate

Software License Npm Package

Live Demo

中文在线演示地址

Quick Start

npm install  @gausszhou/vue3-drag-resize-rotate
import { createApp } from "vue";

import VueDragResizeRotate from "@gausszhou/vue3-drag-resize-rotate";
import "@gausszhou/vue3-drag-resize-rotate/lib/bundle.esm.css";

const app = createApp(App);

// use
app.use(VueDragResizeRotate);
// or component
// app.component(VueDragResizeRotate.name, VueDragResizeRotate);

app.mount("#app");

Props

PropDescription
draggableEnable drag
resizableEnable resize
rotatableEnable rotate
wwidth
hheight
xleft
ytop
zZindex
rrotate angle

Emits

EventDescription
draggingon dragging
dragstopon drag stop
resizingon resizing
resizestopon resize stop
rotatingon rotating
rotatestopon rotate stop
activatedon activeed
deactivatedon deactiveed
refLineParamson reference line change

Code Reference

https://github.com/gausszhou/vue-drag-resize-rotate

Thanks

感谢 gogocode 提供的代码转换服务

关于 About

一个Vue3.0组件,支持拖拽,拉伸,旋转,放缩,自动对齐;A Component for Vue.js 3.0;

语言 Languages

Vue78.7%
JavaScript15.6%
SCSS5.0%
HTML0.4%
Shell0.3%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
1
Total Commits
峰值: 1次/周
Less
More

核心贡献者 Contributors