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

fix(Progress): add custom classNames to progress-bar #319

Merged

Conversation

TheSharpieOne
Copy link
Member

fixes #318

className will now be passed through to Progress with bar prop
barClassName allows similar pass through on single bars
barClassName can also be used with bar prop and will act as in place of className for convenience

fixes reactstrap#318

 will now be passed through to  with  prop
 allows similar pass through on single bars
 can also be used with  prop and will act as in place of  for convenience
@eddywashere eddywashere merged commit 25fdb77 into reactstrap:master Feb 14, 2017
@TheSharpieOne TheSharpieOne deleted the fix/bar-progress-classname branch February 14, 2017 17:27
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

Successfully merging this pull request may close these issues.

Progress component ignores className prop when bar prop is specified
2 participants