moveable-react
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

moveable-react

live demo

Installation

yarn add moveable-react

or

npm i moveable-react

Props

Name Type default
rightClickToStart boolean -
scrollable boolean -
style Object -
scrollStep number 23

Usage

import { Moveable } from 'moveable-react';
 
const MyComp = () => (
  <Moveable>
    <ChildComp />
  </Moveable>
);

Dependents (0)

Package Sidebar

Install

npm i moveable-react

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

34.7 kB

Total Files

12

Last publish

Collaborators

  • jyoketsu