Re Resizable
re-resizable
Resizable component for React.
Component Libraries
react
resize
resizable
component
re-resizable
Component Libraries
javascript
npm
frontend
open source
Stars
2.7k
Weekly
2.5M
Open issues
90
Bundle
~25 kB
Installation
npm install re-resizableCode example
import { Button } from "re-resizable";
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
- 2.5M 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
- 90 open issues on GitHub