React Rnd
react-rnd
A draggable and resizable React Component
Component Libraries
react
resize
resizable
draggable
component
react-rnd
Component Libraries
javascript
npm
frontend
Stars
4.3k
Weekly
851k
Open issues
181
Bundle
~25 kB
Installation
npm install react-rndCode example
import { Button } from "react-rnd";
export function Example() {
return (
<div className="flex gap-2">
<Button>Primary</Button>
<Button variant="outline">Secondary</Button>
</div>
);
}Pros & cons
Pros
- Actively maintained by bokuweb
- 851k weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 181 open issues on GitHub