Custom Components is a collection of components that can be used to create/extend others VTEX apps.
This app uses our store builder with the blocks architecture. To know more about Store Builder click here.
To use this app, you need to import in your dependencies on manifest.json
.
"dependencies": {
"vendor.cash-back": "0.x"
}
For example, now you can change the behavior of cash-back
block that is in the product details. See an example of how to configure:
{
"store.home": {
"blocks": ["cash-back"]
}
}
Below we have a README for each component of this project that explains how to use them.