-
Notifications
You must be signed in to change notification settings - Fork 46.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReactCSSTransitionGroup. How to specify component's properties? #2371
Comments
Documentation will get up dated when #2373 gets synced out. So I'm going to call this closed. Thanks for taking this on! |
This was referenced Apr 29, 2020
This was referenced Jul 28, 2020
This was referenced May 5, 2021
This was referenced Jan 16, 2022
This was referenced Apr 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ReactCSSTransitionGroup by default render span component. And it introduce new dom element, that need to be counted in CSS, for example when using flex box layout:
Problems that I see here:
Working example here: http://jsfiddle.net/c60328nv/1/
React.js documentation offers two options:
Ok, I can write my own component: FlewRow, and FlexColumn (for flex-direction: column).
But with this solution I'll endup with a lot of components, which just basically render one div element with different classes:
Any way to specify properties for transition group component? I didn't find anything in source code or documentation
The text was updated successfully, but these errors were encountered: