-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
feat: add Badge component #5776
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7e07471 to
d332ee3
Compare
|
@ovflowd Thanks for the review. I updated the PR 👍 |
|
You should update from main to have theme addons. also update stories to use this addons. |
ovflowd
left a comment
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.
Really good stuff! I left two minor comments 😀
Thank you for your first contribution! We really appreciate it!
Awesome work and hope to see more contributions in the future.
Thanks for the reviews and patience, I learned much, and I will follow for future contributions 😄 |
mikeesto
left a comment
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.
Thanks, LGTM
Description
A badge component was implemented with this PR.
Validation
Related Issues
fixes #5759
Check List
npx turbo lintto ensure the code follows the style guide. And runnpx turbo lint:fixto fix the style errors if necessary.npx turbo formatto ensure the code follows the style guide.npx turbo testto check if all tests are passing.