reactioncommerce / reaction-component-library

Example Storefront Component Library: A set of React components for the Example Storefront
Apache License 2.0
96 stars 57 forks source link

Is there a way to modify components? #553

Closed MojoDaHacker closed 3 years ago

MojoDaHacker commented 3 years ago

I am developing my storefront from the example storefront and the ProductGrid Component uses the CatalogueGrid Components. The catalogue component good enough for my needs but I wanted to change the amount of items to fit on a row. (change default from 1 on row to 2 )

At first, I though I might just copy and paste the catalogue grid component and just change it, but that would mean I would have to download new dependencies.

So then, I thought I could try to fork the project and try to include it in my example storefront docker container. I very new at docker and the solution is really popping up in my head.

Anyone can give me some guidance?

MojoDaHacker commented 3 years ago

Never mind, I wend ahead and just tested it locally.