Skip to content

Layout recommendation #1087

Answered by SiTaggart
jaymehta-twilio asked this question in Q&A
Jan 11, 2021 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

A very quick way to achieve this in code might be to use the Flex component which implements the Flexbox css property. https://paste.twilio.design/layout/flex

<Flex hAlignContent="between" vAlignContent="center">
  ...
</Flex>

You can also just use the Box component and apply CSS props that way: https://paste.twilio.design/primitives/box

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@jaymehta-twilio
Comment options

Comment options

You must be logged in to vote
1 reply
@jaymehta-twilio
Comment options

Answer selected by corinne-nagel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants