Skip to content
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

Support multiple classnames #117

Closed
bananatranada opened this issue Jul 16, 2017 · 3 comments
Closed

Support multiple classnames #117

bananatranada opened this issue Jul 16, 2017 · 3 comments

Comments

@bananatranada
Copy link

bananatranada commented Jul 16, 2017

I have some reusable utility classes that I'd like to add.

classNames={{
    appear: 'my-appear',
    appearActive: 'my-active-appear a b c', // this does not work
    enter: 'my-enter',
    enterActive: 'my-active-enter',
    exit: 'my-exit',
    exitActive: 'my-active-exit',
}}
@jquense
Copy link
Collaborator

jquense commented Jul 21, 2017

done!

@jquense jquense closed this as completed Jul 21, 2017
@manatarms
Copy link

manatarms commented Nov 9, 2017

@jquense I need this fix and I was wondering which release this fix was in.
I found this PR #124 (comment)

@manatarms
Copy link

Never mind. I found it in v2.2.0
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants