Documentation
Feedback
Guides
VTEX IO Apps

VTEX IO Apps
Overview

Basic components












Gift List
Wrappers

The wrappers are used to call the context Provider for other components and they are made of three blocks owner-list-wrapper , guest-list-wrapper and user-lists-wrapper and each one represents a context, which are owners, guests and users respectively.

Configuration

  1. Import the vtex.list app to your theme's peer dependencies in the manifest.json file as in the following example:
"peerDependencies": { "vtex.list": "2.x" }
  1. Add a wrapper like the owner-list-wrapper block to other theme block, such as the store.search. For example:
// .store/blocks/wrappers.jsonc "searchWrapper#default": { "props": { + "CustomContext": "owner-list-wrapper" } } // .store/blocks/search/search.jsonc "store.search": { "parent": { "searchWrapper": "searchWrapper#default" },
Contributors
2
Photo of the contributor
Photo of the contributor
+ 2 contributors
Was this helpful?
Yes
No
Suggest edits (Github)
Quantity Selector
List Items Order By
Contributors
2
Photo of the contributor
Photo of the contributor
+ 2 contributors
On this page