Skip to content
Discussion options

You must be logged in to vote

Hi @rmcruzv Thank you for your patience!

I think @shleewhite followed up with you separately, so I will summarize that information here. 👇

Hi, sure, that is we want to achieve:

Specifically for the layout of this UI, you will need to use a layout component to achieve this presentation. Our components are meant to be composed with layout components to achieve a final layout pattern. By explicitly creating and using components limited to controlling layout, essentially separating the stateful/app concerns of the component from the layout, we are able to reuse combinations of components more broadly.

Check out this CodeSandbox where we use a Box with display="flex" to position the box and…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by andioneto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
3 participants