1.0.1 • Published 3 years ago

doodle-movable v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

doodle-movable

Introduction

A rotating and moving react component that mainly serves my own personal needs Version License

Install

  yarn add doodle-movable

Usage

import { MovableShape } from "doodle-movable";
....
return (
  <>
    ...
    <MovableShape>
      <img src="xxxx">
    </MovableShape>
    ...
  <>
)
1.0.1

3 years ago

1.0.0

3 years ago