1.0.1 • Published 4 years ago

wu-react-component-draggable v1.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

Example

npm install
cd example

# run start
npm run start

安装

npm install wu-react-component-draggable

Usage

import Draggable from "wu-react-component-draggable";

const App = () => <Draggable />;

API

namedescriptiontype
childrencustom draggable layer contentReactNode
titleNameThe draggable layer's titlestring
visibleWhether the draggable layer is visible or notboolean
stylewrapper styleobject
onCloseSpecify a function that will be called when a user clicks close buttonfunction
1.0.1

4 years ago

1.0.0

4 years ago