Reverse Stack Component #3007
joshmanders
started this conversation in
Ideas / feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
Stack
component is wonderful, but we ran into a case where we needed it to stack in a reverse way, for example this is what normal stack looks like:We needed a reverse stack like this:
This is the code I used to achieve this, from the
unstyled/stack.css
file:I'm not sure how to go about if I would need to do this in the
styled/stack.css
too at all, I don't see anytranslateY
calls which are what I changed. But I can submit a PR adding this if necessary.Beta Was this translation helpful? Give feedback.
All reactions