An open API service indexing awesome lists of open source software.

https://github.com/capaj/react-resizer

dead simple react component for resizeable container
https://github.com/capaj/react-resizer

reactjs resize resizer typescript vitejs

Last synced: about 2 months ago
JSON representation

dead simple react component for resizeable container

Awesome Lists containing this project

README

          

# react-resizer

a simple react component which allows user to resize the component container in two direction.

⚠️ distribution on npm only has ESM version of the package. If you need CJS version you cannot use this.

## Installation

You can install it with pnpm:

```bash
pnpm i @capaj/react-resizer
```

## Usage

```tsx
import { Resizer } from "@capaj/resizer"

function App() {
return (
<>


Resize me



Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla
tincidunt, libero a facilisis ultrices, ipsum nunc aliquam libero,
vitae interdum libero nunc eget purus. Sed nec odio auctor, ultrices
libero vitae, cursus libero. Nulla facilisi. Nulla facilisi. Nulla
facilisi. Nulla facilisi. Nulla facilisi. Nulla facilisi. Nulla




>
)
}
```

all elements have classes, so you can style them any way you like:

- `resizer`
- `resizer container`
- `resizer horizontal handle`
- `resizer vertical handle`
- `resizer diagonal handle`