-
-
Notifications
You must be signed in to change notification settings - Fork 55
feat(chip): new component #56
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
Conversation
✅ Deploy Preview for anu-vue ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Hi, Thanks so much for your continuous contribution. I really appreciate it. I don't get enough time to review medium to big like PRs in one go so I will break my review into multiple comments so we can gradually update the PR. |
BTW, your design sense is nice ❤️ Design
Docs
QuestionsIf you want to make any updates after reading design section of contributing guide, feel free to discuss 😇
|
Oh, you also added support for v-model, that's really nice 😊 I really liked the way you extracted Docs
Design
Code/API
BTW, what do you prefer should I make changes myself when I get time or do you want to perform the changes I review? |
Hi, thank you for great feedback. 🙏 It is very valuable for me. |
@jd-solanki How about naming event listeners |
is event name Thanks for the changes 😇 |
Oh, i forgot to add suggestion for changed highlighted lines |
Co-authored-by: JD Solanki <47495003+jd-solanki@users.noreply.github.com>
Co-authored-by: JD Solanki <47495003+jd-solanki@users.noreply.github.com>
Co-authored-by: JD Solanki <47495003+jd-solanki@users.noreply.github.com>
My testing shows that whether we use camelCase or snake_case, we can use |
oh, we will use camelCase no worries. Moreover, this is default by this eslint rule 😊 |
Co-authored-by: JD Solanki <47495003+jd-solanki@users.noreply.github.com>
Based on issue #5 , added a chip component.