-
Notifications
You must be signed in to change notification settings - Fork 42
Badge component #178
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
base: main
Are you sure you want to change the base?
Badge component #178
Conversation
|
@ealmloff Happy New Year The test, as I understand it, fails because the new component isn't in the main branch. |
ealmloff
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 for working on this. I would like to support something closer to shadcn's badge component in the component library that generalizes outside of notifications which would require some changes
|
@ealmloff I've made changes according to all the requests. To maintain the functionality of the first version, I've separated the "Notifications" component into a separate type (based on the Badge). |
Plan
Fixes #72