🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@tntd/drag

Package Overview
Dependencies
Maintainers
8
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tntd/drag

React simple drag

latest
npmnpm
Version
0.0.1
Version published
Maintainers
8
Created
Source

@tntd/drag

简单的拖拽react组件

安装

npm install @tntd/drag --save

示例

import React from "react";
import Drag from "@tntd/drag";

export default props => {
    return (<Drag><div style={{ width: '70px', color: 'red' }}>我可拖动</div></Drag>)
};

Keywords

react 拖拽

FAQs

Package last updated on 27 Jul 2020

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