
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@seveibar/react-resize-panel
Advanced tools
A very simple resizable panel as a React component. Demo [here](https://bjgrosse.github.io/react-resize-panel/demo/public/index.html).
A very simple resizable panel as a React component. Demo here.

<ResizePanel direction="e">
<div className="panel sidebar">left panel</div>
</ResizePanel>
Install the package:
yarn install react-resize-panel
Import component:
import ResizePanel from "react-resize-panel";
Wrap the DIV you want to make resizable:
<ResizePanel direction="e">
<div className="panel sidebar">left panel</div>
</ResizePanel>
The direction prop specifies which edge of the panel has the resize handle and whether the panel can be resized vertically or horizontally. Accepted values are: n | s | e | w.
Custom CSS classes can be specified for the resize handle and border:
<ResizePanel direction="e" handleClass="customHandle" borderClass="customResizeBorder">
<div className="panel sidebar">left panel</div>
</ResizePanel>
Tests on all modern browsers performed via BrowserStack.
MIT.
FAQs
A very simple resizable panel as a React component. Demo [here](https://bjgrosse.github.io/react-resize-panel/demo/public/index.html).
The npm package @seveibar/react-resize-panel receives a total of 658 weekly downloads. As such, @seveibar/react-resize-panel popularity was classified as not popular.
We found that @seveibar/react-resize-panel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.