Layout recommendation #1087
-
Hello team, what is a recommended way to layout the stack buttons as shown, aligned left and right respectively ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @jaymehta1986, just to clarify, is this a design question; "How should I place these buttons in this card?" or is this an engineering question; "How would I build this design?" |
Beta Was this translation helpful? Give feedback.
-
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
You can also just use the Box component and apply CSS props that way: https://paste.twilio.design/primitives/box |
Beta Was this translation helpful? Give feedback.
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
You can also just use the Box component and apply CSS props that way: https://paste.twilio.design/primitives/box