Need some layout helpers: Box and Stack components #4025
jstansbe
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We need a stack component, and utility helpers, to create a mui like
<Stack />
component. This makes it easy to flow content as row/column and set item's horizontal and vertical alignment.mui stack component https://mui.com/material-ui/react-stack/
To enable this, we also need a
<Box />
component (which would probably enable us to make a bunch of things including the stack as described above).mui stack component https://mui.com/material-ui/react-box/
Beta Was this translation helpful? Give feedback.
All reactions