-
Notifications
You must be signed in to change notification settings - Fork 77
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: Prop spreading for Time #233
Conversation
cjskillingstad
commented
Jan 16, 2019
- Spread props to Time's elements
- Update unit tests
- Update docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging blocked until fundamental-bot admin rights are restored.
src/Time/Time.Component.js
Outdated
}, | ||
{ | ||
name: 'hoursUpButtonProps', | ||
description: 'object - Additional props to be spread to the Time component\'s hours down button element.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be "hours up button"
src/Time/Time.Component.js
Outdated
}, | ||
{ | ||
name: 'minutesUpButtonProps', | ||
description: 'object - Additional props to be spread to the Time component\'s minutes down button element.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be "minutes up button"
src/Time/Time.Component.js
Outdated
}, | ||
{ | ||
name: 'secondsUpButtonProps', | ||
description: 'object - Additional props to be spread to the Time component\'s seconds down button element.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be "seconds up button"
src/Time/Time.Component.js
Outdated
}, | ||
{ | ||
name: 'meridiemUpButtonProps', | ||
description: 'object - Additional props to be spread to the Time component\'s meridiem down button element.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be "meridiem up button"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, copy/paste mistake. Fixed all of these in 7496561
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. 🚢
* Spread props * Update docs * Fix docs