-
Is it possible to use widths other than 100% in the Box components? I have a Flex component with two Box components in it and I'd like for one of them to be about 60% of the screen and the other to be able 40% of the screen. |
Beta Was this translation helpful? Give feedback.
Answered by
SiTaggart
Jun 18, 2020
Replies: 1 comment
-
Seems like Grid would be a good fit for you here. https://paste.twilio.design/layout/grid. You could do something like a 7/5 column split using the span prop. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aayushpi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems like Grid would be a good fit for you here. https://paste.twilio.design/layout/grid.
You could do something like a 7/5 column split using the span prop.