Carrossel de Opções
Estrutura
{
"default": {
"type": "carousel",
"payload": {
"pick": "Escolha uma opção abaixo",
"options": [
{
"image": "https://image.com/img.jpg",
"title": "Meu titulo 1",
"description": "Descrição do item 1. <br> Essa descrição pode ser longa e conter html",
"btnLabel": "Selecionar",
"label": "label1",
"value": "option1"
},
{
"image": "https://image.com/img.jpg",
"title": "Meu titulo 2",
"description": "Descrição do item 2. <br> Essa descrição pode ser longa e conter html",
"btnLabel": "Selecionar",
"label": "label2",
"value": "option2"
},
{
"image": "https://image.com/img.jpg",
"title": "Meu titulo 3",
"description": "Descrição do item 3. <br> Essa descrição pode ser longa e conter html",
"btnLabel": "Selecionar",
"label": "label3",
"value": "option3"
}
],
"hideArrows": true|false,
"showTextInput": true|false
}
}
}Atributos
Exemplos

Skip Curatorship
Last updated
Was this helpful?