React Control to list product in shopping application

In my shopping application, l want to list all product with images. Once we list product we can enter qty to to each product wish to buy. Once we enter product qty and press button i want to add that product and qty to My cart. So please let me know best control to achieve this?

There’s no standard control. This is building an application. React is great for this sort of application.

Hi Justin,
Thanks for your response. Can you please help me with sample code to achieve this?