All items
All items share these properties:string
CSS class name to enable styling
string
Connect to a dynamic field of a product. Only relevant for product pages.
any
If the dynamic field is not set, use this as the default value.
ITEM
If the dynamic field is empty, don’t show the item, but show this instead.
Stack
Represents a container<div> and is used as a parent for other items.
ITEM[]
required
The items to be rendered inside the stack.
boolean
Whether to hide the stack when a search is made.
boolean
Whether to hide the stack when the user is not authenticated.
boolean
Whether to show the stack only when the user has purchased the product or only when the user has not made a purchase.
Only relevant for product pages.
string
Only show the stack when data with this key was transferred as part of a purchase. Only relevant for product pages.
string
Only show if the dynamic field of this key is set. Only relevant for product pages.
Text
Renders textstring
required
The text to be rendered. Required only if
field is not set.HTML
Represents HTMLstring
required
Placeholder text for the search bar. Required only if
field is not set.Image
Renders an imagestring
required
The URL of the image. Required only if
field is not set.string
The alt text of the image.
number
The height of the image, in pixels.
number
The width of the image, in pixels.
Video
Renders a video playerstring
required
The URL of the video. Required only if
field is not set.string
The alt text of the video.
string
The URL of the poster image.
boolean
Whether to autoplay the video. Autoplay is only allowed when muted.
boolean
Whether to loop the video.
number
The height of the video, in pixels.
number
The width of the video, in pixels.
Link
Represents a linkstring
required
The text to be rendered. Required only if
field is not set.string
required
The url to link. Required only if
field is not set.string
The target of the link.
LucideIcon
The icon to be rendered next to the text. Use from the lucide icon library (https://lucide.dev/icons) - like LuBox
List Item
Represents a value of an item in a list. Can only be used with a dynamic field of typeList.
Gallery
Represents a gallery of images.MediaItem[]
required
The items, either image or video. Required only if
field is not set.string
CSS class name to enable styling
string
CSS class name to enable styling
number
required
The height of the thumbnails, in pixels. Required for optimization purposes.
number
required
The width of the thumbnails, in pixels. Required for optimization purposes.
boolean
Wether to render captions for the items.
string
CSS class name to enable styling
boolean
Wether to render controls for carousel.
Iterator
Iterates over a list of items. Can only be used with a dynamic field of array.ITEM
required
Item type. How to render the items.
Object
Any props to pass to the item.
number
Whether to limit the number of items to show.
Toggle
Represents a toggle.Search bar
Represents a search bar.string
Placeholder text for the search bar.
CSS class names to enable styling
Object with these keys:
form, input, reset, submit, submitIcon, resetIcon, loadingIndicator.Search results
Displays the search results.number
Number of columns to show.
string
CSS class name to enable styling
number
Number of results to show per page.