🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

react-draggable-resizable-guide

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-draggable-resizable-guide

React component, which can be used to drag and resize, with location limits

1.2.19
latest
npm
Version published
Weekly downloads
24
-51.02%
Maintainers
1
Weekly downloads
 
Created
Source

使用说明

该组件基于react-drag-resizable,具体文档可参考: react-drag-resizable-docs

新增改动

  • 增加scale属性,支持缩放,同时优化了缩放下的鼠标拖动跟手
  • 新增locked属性,支持锁定。
  • 移除原有激活active状态方法,新增active属性控制交给外部控制
  • 新增事件

onDraggingStart onDragging onDragStop onReseizeStart onReseize onReseizeStop

Install

npm install react-draggable-resizable-guide --save

or

yarn add react-draggable-resizable-guide

Usage

import { DragResizableBox } from 'react-draggable-resizable-guide';

Keywords

React

FAQs

Package last updated on 02 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts