You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Key: RO-129
Type: Story
Epic: Desktop
Labels:
Priority: Medium
Affects Versions:
Status: In Progress
Fix Versions:
Optionally render the desktop into a grid layout where each window is locked to a responsive grid. It should have more or less the same functionality as react-grid-layout (probably makes the most sense to use that library in the implementation, and allow the user to override RGL props via the <Desktop /> component.
The grid should be enabled via a new {{grid}} boolean property on the <Desktop /> component (default: {{false}}).
The text was updated successfully, but these errors were encountered:
Optionally render the desktop into a grid layout where each window is locked to a responsive grid. It should have more or less the same functionality as react-grid-layout (probably makes the most sense to use that library in the implementation, and allow the user to override RGL props via the
<Desktop />
component.The grid should be enabled via a new {{grid}} boolean property on the
<Desktop />
component (default: {{false}}).The text was updated successfully, but these errors were encountered: