react-mousedown-awayable:基于https的mousedown离开mixin进行React

时间:2024-06-05 00:32:37
【文件属性】:

文件名称:react-mousedown-awayable:基于https的mousedown离开mixin进行React

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-05 00:32:37

JavaScript

React鼠标向下 将鼠标移至混入区以React组分。 安装 npm install --save react-mousedown-awayable 用法 var React = require ( "react" ) ; var MousedownAwayable = require ( "react-mousedown-awayable" ) ; var Rect = React . createClass ( { mixins : [ MousedownAwayable ] , componentMouseDownAway : function ( ) { // MouseDownAway triggered callback code here } , render : function ( ) { } } ) ;


【文件预览】:
react-mousedown-awayable-master
----.gitignore(53B)
----package.json(301B)
----index.jsx(2KB)
----README.md(457B)
----example()
--------package.json(577B)
--------webpack.config.js(625B)
--------index.jsx(1KB)
--------index.html(367B)

网友评论