-
I feel Paste's Layout components like Flex and Stack are missing quite a few features.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @akmittal Thanks for the feedback! I'll tackle each item one by one.
Something to consider too, we recently extended We're also considering adding a CSS grid based version of the Thanks again for the feedback, and let us know what you think about |
Beta Was this translation helpful? Give feedback.
Hi @akmittal
Thanks for the feedback! I'll tackle each item one by one.
Flex
is very high on our least liked component, internally and externally. It was an easrly component and we've learnt a lot since then. We would love to revisit it from the ground up when we get a chance to do so. With that said I don't think we'd want to add anything new to it in its current state, because we probably want to fundamentally change how it works.Stack
was always designed to be the simplest, single purpose component out there. Just place a uniform amount of space between each child. So I don't necessarily mind that you reach for a different component when your …