Skip to content

simple resizable movable handler for React.js, based on React hooks and styled-component

Notifications You must be signed in to change notification settings

mulikaminker/react-movable-resizable

Repository files navigation

react-movable-resizable

NPM JavaScript Style Guide

storybook

click here

Install

npm install --save react-movable-resizable

Usage

import * as React from 'react'

import ReactMovableResizable from 'react-movable-resizable'

class Example extends React.Component {
  render () {
    return (
      <ReactmovableResizable />
    )
  }
}

Props

 {
   useParentBounds: boolean | default: false,
   maxWidth: number,
   maxHeight: number,
   className: string,
   initialWidth: number  | default: 100,
   initialHeight: number | default: 100,
   children: React.ReactNode,
   hideHandlers: boolean | default: false,
   hideBorder: boolean | default: false,
   handlersColor: string | default: '#000',
   borderColor: string | default: '#000',
   gridBackground: boolean | default: false,
   onDrag: callback |() => {x, y, width, height, maxWidth, maxHeight, offsetTop,
   offsetBottom,
   offsetRight,
   offsetLeft}
 }

License

MIT © mulikaminker

About

simple resizable movable handler for React.js, based on React hooks and styled-component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published