HackYourFuture-CPH / fp-class19

MIT License
3 stars 1 forks source link

Frontend: ProductDetail Component #221

Closed Impressiv3 closed 2 years ago

Impressiv3 commented 2 years ago

User story

Who: As a developer What: I want to develop reusable Product detail component. Why: So that display the details about each Image like, price ,name, size, and quantity of each of them.

Acceptance criteria

This component should look according to screenshot below: Screen Shot 2022-02-03 at 10 31 39 PM

Check the wireframes here: https://www.figma.com/file/yo4QT2EcPo83HAMI3ydMxb/HYF-Wireframes?node-id=4%3A1324

Implementation details

You will need to include in the Product details. Container the components and elements for:

Counter - a counter that behaves like this example: counter

Impressiv3 commented 2 years ago

We already have a ProductPreview component on the develop branch. This issue can be closed.