feat: add notification badge to React components#1
Conversation
🛟 Buoy Design ReviewYou're using a consistent set of colors for different states ( Tip: Consider grouping these colors into a theme object or CSS variables. That way, you can reuse them across components without hardcoding values. Looking good overall! The structure of your component is clean, and the variant logic is well-organized. Keep it up! Reply to this comment or mention @ahoybuoy to ask questions about your design system. |
000e5d1 to
4196e2c
Compare
🛟 Buoy Design ReviewYou're using a consistent set of colors ( Teaching moment: Design tokens are like variables for your design system. They help keep your UI consistent and make future updates easier. For instance, if you ever need to tweak the shade of your primary color, you’d only need to update the token, and the change would propagate everywhere it’s used. Looking good overall! The structure of your component is clean, and you're already thinking about variants and states, which is a solid foundation for a design system. Reply to this comment or mention @ahoybuoy to ask questions about your design system. |
Buoy test scenario: react-color-drift