DEV Community

Cover image for Build Resizable Two-Panel Layouts with ResizerTwo.js
jQueryScript
jQueryScript

Posted on

Build Resizable Two-Panel Layouts with ResizerTwo.js

ResizerTwo.js - A JavaScript library that handles split-pane resizing for exactly two elements with zero dependencies.

Key features:

  • Works with any two-element container (horizontal or vertical)
  • Customizable minimum panel sizes to prevent collapse
  • Clean API with add, remove, and resize callbacks
  • Fully styleable resize handles
  • No external dependencies

Perfect for code editors, dashboards, or any interface needing adjustable two-panel layouts without the bulk of full layout managers.

๐Ÿ‘‰ Blog Post

๐Ÿ‘‰ GitHub Repo

๐Ÿ‘‰ Live Demo

Top comments (0)