awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bvaughn avatar

bvaughn/react-resizable-panels

0
View on GitHub↗
5,302 estrellas·218 forks·TypeScript·MIT·4 vistasreact-resizable-panels.vercel.app↗

React Resizable Panels

Este proyecto es un sistema de componentes y utilidades para gestionar diseños de vista dividida (split-view) en aplicaciones de React. Proporciona un sistema de paneles redimensionables que organiza el contenido en áreas horizontales y verticales con límites arrastrables.

El sistema incluye una herramienta de diseño de interfaz de usuario plegable para alternar la visibilidad de los paneles y maximizar el espacio de pantalla disponible. Admite el anidamiento recursivo de paneles, permitiendo que los diseños se estructuren como árboles donde los paneles contienen grupos adicionales de paneles redimensionables.

La biblioteca cubre la construcción de diseños mediante el uso de restricciones de dimensión de panel, permitiendo la definición de tamaños mínimos y máximos. Gestiona la partición dinámica de la ventana gráfica y proporciona mecanismos para construir cuadrículas ajustables y áreas de contenido.

Features

  • Resizable Layout Construction - Provides components to create user interfaces with adjustable content areas resized via draggable boundaries.
  • Draggable and Resizable React Components - Offers a set of React components for building adjustable split-view layouts with boundary constraints.
  • Resizable Layout Panels - Organizes content into horizontal or vertical panels that are adjustable by dragging boundaries.
  • Dynamic Viewport Partitioning - Provides a system for dividing the screen into multiple customizable regions that users can resize.
  • Recursive Nesting - Supports recursive nesting of panels, allowing for complex, tree-structured split-view layouts.
  • Resizable Panel Systems - Manages horizontal and vertical content areas with configurable minimum and maximum dimensions.
  • React Application Development - Enables the construction of complex, flexible grid and panel layouts within React applications.
  • Collapsible Panels - Includes a tool for toggling the visibility of panels to maximize available workspace.
  • Drag-to-Resize Calculations - Calculates panel size changes by tracking mouse and touch movement relative to draggable boundaries.
  • Dimension Constraints - Sets minimum and maximum dimensions for content areas to ensure layout consistency.
  • Screen Percentage Sizing - Tracks panel sizes as percentages to maintain proportional layouts across different window sizes.
  • CSS-Driven Panel Sizing - Updates panel dimensions by modifying CSS variables to minimize runtime overhead and DOM updates.
  • Sizing Constraints - Implements minimum and maximum size limits to constrain panel dimensions during resizing.
  • Data Visualization Libraries - Components for creating resizable layout panels.

Historial de estrellas

Gráfico del historial de estrellas de bvaughn/react-resizable-panelsGráfico del historial de estrellas de bvaughn/react-resizable-panels

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a React Resizable Panels

Proyectos open-source similares, clasificados según cuántas características comparten con React Resizable Panels.
  • chakra-ui/zagAvatar de chakra-ui

    chakra-ui/zag

    5,121Ver en GitHub↗

    Zag is a headless UI state machine library that provides unstyled component logic to ensure consistent behavior across different rendering engines. It functions as a toolkit for modeling complex user interface interactions using statecharts, decoupling the underlying logic and accessibility attributes from visual styling. The library is framework-agnostic, utilizing specialized adapters to bridge its state machine logic with various JavaScript libraries such as React, Solid, Vue, and Svelte. This approach allows developers to maintain a single interaction model while applying any CSS or styli

    TypeScripta11yaccessibilityagnostic
    Ver en GitHub↗5,121
  • mui/base-uiAvatar de mui

    mui/base-ui

    8,711Ver en GitHub↗

    Base UI is a headless component library and unstyled framework providing accessible interface primitives. It decouples behavioral logic and state management from the visual layer, allowing developers to implement complex UI patterns while maintaining total control over the final styling. The library implements WAI-ARIA design patterns to ensure all primitives support standard keyboard navigation and screen reader accessibility. It provides a suite of low-level building blocks that handle the internal mechanics of interface elements without bundling any CSS. The framework covers a broad range

    TypeScriptaccessibilitydesign-systemreact
    Ver en GitHub↗8,711
  • bokuweb/react-rndAvatar de bokuweb

    bokuweb/react-rnd

    4,278Ver en GitHub↗

    react-rnd is a JavaScript UI interaction library and React component used to create elements that are both draggable and resizable within a browser window. It functions as a constraint-based layout component that wraps DOM elements to enforce boundaries, grid snapping, and aspect ratio locks during manual adjustments. The library allows for the definition of custom interaction handles to act as the primary triggers for dragging and resizing actions. It supports axis restrictions, boundary limits, and the ability to round position and dimension values to specified pixel increments. The system

    TypeScriptcomponentdragdraggable
    Ver en GitHub↗4,278
  • bailicangdu/react-pxqAvatar de bailicangdu

    bailicangdu/react-pxq

    7,507Ver en GitHub↗

    react-pxq is a React Redux boilerplate and state-driven UI framework designed for building single-page applications. It functions as a starter project template that combines a client-side routing system with global state management to synchronize data across a component hierarchy. The project implements a code-split web application architecture that uses lazy loading to reduce initial bundle sizes. It integrates a navigation system that maps URL paths to components without triggering full page reloads. The framework covers centralized state management through a global store and action-based

    JavaScriptreact
    Ver en GitHub↗7,507
Ver las 30 alternativas a React Resizable Panels→

Preguntas frecuentes

¿Qué hace bvaughn/react-resizable-panels?

Este proyecto es un sistema de componentes y utilidades para gestionar diseños de vista dividida (split-view) en aplicaciones de React. Proporciona un sistema de paneles redimensionables que organiza el contenido en áreas horizontales y verticales con límites arrastrables.

¿Cuáles son las características principales de bvaughn/react-resizable-panels?

Las características principales de bvaughn/react-resizable-panels son: Resizable Layout Construction, Draggable and Resizable React Components, Resizable Layout Panels, Dynamic Viewport Partitioning, Recursive Nesting, Resizable Panel Systems, React Application Development, Collapsible Panels.

¿Qué alternativas de código abierto existen para bvaughn/react-resizable-panels?

Las alternativas de código abierto para bvaughn/react-resizable-panels incluyen: chakra-ui/zag — Zag is a headless UI state machine library that provides unstyled component logic to ensure consistent behavior across… mui/base-ui — Base UI is a headless component library and unstyled framework providing accessible interface primitives. It decouples… hiteshchoudhary/chai-aur-react — This project is an educational course and a collection of frontend projects designed to teach the core concepts and… bokuweb/react-resizable-and-movable — This project is a React UI interaction library and component geometry manager. It provides a set of tools for creating… bokuweb/react-rnd — react-rnd is a JavaScript UI interaction library and React component used to create elements that are both draggable… bailicangdu/react-pxq — react-pxq is a React Redux boilerplate and state-driven UI framework designed for building single-page applications.…