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
An easy to understand and nestable layout system, React Spaces allow you to divide a page or container into anchored, scrollable and resizable spaces enabling you to build desktop/mobile type user interfaces in the browser.
5
+
An easy to understand and nestable layout system, React Spaces allow you to divide a page or container into anchored, scrollable and resizable spaces enabling you to build desktop/mobile type user interfaces in the browser.
6
6
7
7
Rather than a library of visual UI components, Spaces are intended to be the reusable foundational blocks for laying out a UI which responds neatly to view port resizes leaving you to fill them with whatever components you want.
8
8
9
-
- No styling to achieve simple or complex layouts.
10
-
- Spaces know how to behave in relation to each other and resize accordingly.
11
-
- Spaces don't have any visual element to them (even padding or margins). You can fill them with whatever you want.
9
+
-No styling to achieve simple or complex layouts.
10
+
-Spaces know how to behave in relation to each other and resize accordingly.
11
+
-Spaces don't have any visual element to them (even padding or margins). You can fill them with whatever you want.
0 commit comments