placeholders
Configuration options
Core Structure
Other options
Considerations
Examples and code snippets
Default placeholder in a list

title: Product Review (Placeholder default)
description: List rating with value and icon
type: jig.list
icon: contact
header:
type: component.jig-header
options:
height: medium
children:
type: component.image
options:
source:
uri: https://plus.unsplash.com/premium_photo-1682309642428-3f8b37637434?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NXx8cmF0aW5nc3xlbnwwfHwwfHx8MA%3D%3D
data: =@ctx.datasources.product-review
item:
type: component.list-item
options:
title: =@ctx.current.item.title
subtitle: =@ctx.current.item.subtitle
avatars: =@ctx.datasources.product-users[product =
@ctx.current.item.id].{"text":text,"uri":avatars}[]
description: =@ctx.current.item.thirdLine
isContained: true
label:
title: =@ctx.current.item.label
leftElement:
element: avatar
text: ""
uri: =@ctx.current.item.productImage
rating:
value: =@ctx.current.item.rating
ratingIcon:
color: color3
current: =@ctx.current.item.ratingValue
icon: rating-star-1
maximum: 5
Customized placeholder in a list

Placeholder in a gallery

Placeholder (animated) in a tabs jig

Placeholders in a bottomSheet

Last updated
Was this helpful?