doodle-movable
v1.0.1
Published
## Introduction A rotating and moving react component that mainly serves my own personal needs ![Version](https://img.shields.io/npm/v/doodle-movable) ![License](https://img.shields.io/npm/l/doodle-movable) ## Install ``` yarn add doodle-movable ``` ##
Downloads
1
Readme
doodle-movable
Introduction
A rotating and moving react component that mainly serves my own personal needs
Install
yarn add doodle-movable
Usage
import { MovableShape } from "doodle-movable";
....
return (
<>
...
<MovableShape>
<img src="xxxx">
</MovableShape>
...
<>
)