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

feat(chip): add the chip component #10

Closed
wants to merge 3 commits into from
Closed

feat(chip): add the chip component #10

wants to merge 3 commits into from

Conversation

adamraider
Copy link
Contributor

image

@adamraider adamraider requested a review from cmugla as a code owner April 18, 2019 19:35
@@ -0,0 +1,68 @@
class Chip {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs tests before we merge.

}

_bindEventListeners() {
this._root.addEventListener('mousedown', this.onMousedown);
Copy link

@cmugla cmugla Apr 18, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thoughts on adding a touchstart event as well? Not sure what the best UX is for this - seeing on my phone that they don't work very well for quicker, slightly clumsier gestures

@adamraider
Copy link
Contributor Author

Closing in favor of #181

@adamraider adamraider closed this Jul 25, 2019
@adamraider adamraider deleted the raid/chips branch November 15, 2019 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
work in progress Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants