react-resize-handles

1.0.5 • Public • Published

ResizeHandles

npm version

This React component provides a simple way to add resize handles to any element in your project.

Installation

To install ResizeHandles, use npm:

npm install react-resize-handles

Demo

To see a demo of ResizeHandles in action, visit this link.

Usage

import ResizeHandles from 'react-resize-handles';

function MyComponent() {
  return (
      <div>
        <ResizeHandles/>
        Your resizable content
      </div>
  );
}

Package Sidebar

Install

npm i react-resize-handles

Weekly Downloads

0

Version

1.0.5

License

ISC

Unpacked Size

17.7 kB

Total Files

7

Last publish

Collaborators

  • harsh0707