-
Notifications
You must be signed in to change notification settings - Fork 114
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
[FIX] #157 Implemented 'Buy Now' & 'Add to Cart' Buttons #166
base: dev
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Welcome to our repository. 🎊
Thank you so much for taking the time to point this out. Please note that this is the project owner, @MAVRICK-1. I won't be available for 3-4 days and will reply to every PR after May 18. Thank you for your cooperation.
@yashmandi CSS classes should be in hierarchical structure |
Updated the class hierarchical structure in |
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.
css class must be hierarchical
src/components/Buttons/buttons.css
Outdated
@@ -0,0 +1,40 @@ | |||
/* src/components/buttons.css */ |
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.
CSS classes should be in hierarchical structure
@yashmandi css class must be hierarchical |
any update @yashmandi? also conflicts need to be resolved |
Description
Implemented 'Buy Now' & 'Add to Cart' Button for every product card.
Motivation and Context
Without 'Buy Now' & 'Add to Cart' Buttons an E-commerce Site is incomplete.
How Has This Been Tested?
You can see this on the Home Page in the 'Products' Sections
Demo:
buy.-now-cart-button.mp4
Checklist: