Socket
Book a DemoInstallSign in
Socket

doodle-movable

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doodle-movable

## 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 ``` ##

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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>
    ...
  <>
)

FAQs

Package last updated on 22 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts