📢 Use this project, contribute to it or open issues to help evolve it.
VTEX Shelf Components is a collection of components that can be used to create shelves in your store, which are responsible for displaying a list of products.
📢 Disclaimer: Don't fork this project; use, contribute, or open issue with your feature request.
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": {
"vtex.shelf-components": "0.x"
}
This app provides some CSS classes as an API for style customization.
To use this CSS API, you must add the styles
builder and create an app styling CSS file.
- Add the
styles
builder to yourmanifest.json
:
"builders": {
"styles": "1.x"
}
- Create a file called
vtex.shelf-components.css
inside thestyles/css
folder. Add your custom styles:
.container {
margin-top: 10px;
}
Below we have a README for each component of this project that explains how to use them.
You can check if others are passing through similar issues here. Also feel free to open issues or contribute with pull requests.
Check it out how to contribute with this project.
Thanks goes to these wonderful people (emoji key):
Pierre Grimaud 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!