1.0.5 • Published 6 years ago

react-outside-handle v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

react-outside-handle

安装

npm i react-outside-handle -S

使用

import ReactOutsideHandle from 'react-outside-handle';

class App extends React.Component {
  render() {
    return (
      <ReactOutsideHandle handleClick={() => alert(123)}>
        <div>点我没反应</div>
      </ReactOutsideHandle>
    );
  }
}

在线DEMO

在线文档