react-fukuwarai
v0.0.8
Published
React Component library for target element dragging.
Downloads
13
Maintainers
Readme
react-fukuwarai
This is wrapper component Fukuwarai.
It can be used for component that want to move, such as design and prototype.
#fuku is registered as the id of the component.
Installation
npm install react-fukuwarai
Usage
import { Fukuwarai } from "react-fukuwarai";
function MyComponent() {
return (
<Fukuwarai>
<Component />
</Fukuwarai>
);
}
License
The MIT License.