react-spaces icon indicating copy to clipboard operation
react-spaces copied to clipboard

React components that allow you to divide a page or container into nestable anchored, scrollable and resizable spaces.

Results 21 react-spaces issues
Sort by recently updated
recently updated
newest added

**Describe the bug** This happens when you drag up and down ![image](https://user-images.githubusercontent.com/15354455/155663388-9a4872d5-7793-4951-b894-1605a1009e8c.png) BottomResizable it is hidden ! Out of visual range ![image](https://user-images.githubusercontent.com/15354455/155664138-7f2ccdeb-297a-4757-b22e-6fd8e9669407.png) It turned out to be a negative number

bug

**Describe the bug** In versions `0.2.6` and `0.3.2`, using `react-spaces` as a controlled component, we're seeing an issue where resizing an anchored space on the left side of the screen...

bug

**Describe the bug** I am trying to use a dynamic resize on a left and right resizable that have a fill wedged in the middle. The issue is that when...

enhancement

Allow actions to be carried out when spaces when resized and the size hits various breakpoints. - Apply classes based on configuration? or - Provide events when breakpoints reached and...

enhancement

**Describe the bug** react-spaces tries to access the `document` global on the server side execution. Stack trace: ``` ReferenceError: document is not defined at updateStyleDefinition (/node_modules/react-spaces/dist/index.js:1:6669) at Object.addSpace (/node_modules/react-spaces/dist/index.js:1:12033) at...

bug
in progress

Current resizable spaces apply a debounce on resize updates of 5ms. - Allow this to be configurable or switched off

enhancement

Given an optional grid size or perhaps a collection of custom snap points constrain the resize on a space to these points.

enhancement

**Description:** I am able to drag the edge of a `` past the edge of a `` meaning that the content of the left space is underneath the right space...

enhancement

Looking through the documentation I know its not available. I'm having trouble pulling off the layout I need. I was hoping to make three columns, where the center fills the...

enhancement

A space which can be anchored relative to another space. - Specify whether to be attached to left, right, above or below another space (or maybe any element by ref?)...

enhancement