-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
add modal and confirmationmodal components to stardust #3
Conversation
0dfaed3
to
d77a0d3
Compare
}; | ||
|
||
state = { | ||
message: 'Remove this item from the list?', |
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.
This may not always be used for deleting list items. Let's find a fully generic message or have no default.
c78ae07
to
021133d
Compare
let renderedGridClasses = render(<Modal className={classes} />) | ||
.findClass('sd-modal') | ||
.getDOMNode() | ||
.getAttribute('class'); |
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.
remove test for DOM class attributes, as that is testing the React renderer, not our actual component :)
…nologyAdvice/stardust into feature/add-modal-plus-confirmation
🚢 |
…nfirmation add modal and confirmationmodal components to stardust
Refer to this PR for review: https://github.com/TechnologyAdvice/unity/pull/160