forked from M3-Academy/challenge-vtex-io
feat(dados-de-compra):finalizando dodas de compra
falta fazer o conteiner de cep e o pix
This commit is contained in:
parent
3eb41bad16
commit
a70ca72654
@ -1,6 +1,7 @@
|
||||
import React from 'react'
|
||||
|
||||
const Example = () => {
|
||||
console.log("olá mundo")
|
||||
return (
|
||||
<div>Example um</div>
|
||||
)
|
||||
|
@ -1,6 +1,9 @@
|
||||
{
|
||||
"store.product": {
|
||||
"children": ["html#breadcrumb", "condition-layout.product#availability"]
|
||||
"children": ["html#example-component",
|
||||
"html#breadcrumb",
|
||||
"condition-layout.product#availability"
|
||||
]
|
||||
},
|
||||
"html#breadcrumb": {
|
||||
"props": {
|
||||
@ -10,6 +13,14 @@
|
||||
},
|
||||
"children": ["breadcrumb"]
|
||||
},
|
||||
"html#example-component": {
|
||||
"props": {
|
||||
"tag": "nav",
|
||||
"testId": "breadcrumbs",
|
||||
"blockClass": "pdp-exemplo"
|
||||
},
|
||||
"children": ["example-component"]
|
||||
},
|
||||
"flex-layout.row#specifications-title": {
|
||||
"children": ["rich-text#specifications"]
|
||||
},
|
||||
@ -111,13 +122,15 @@
|
||||
"share#default"
|
||||
]
|
||||
},
|
||||
"shipping-simulator": {
|
||||
"props": {}
|
||||
},
|
||||
"product-installments": {
|
||||
"props": {
|
||||
"message": "{installmentsNumber} de {installmentValue} sem juros"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
"flex-layout.row#product-name": {
|
||||
"props": {
|
||||
"marginBottom": 3,
|
||||
|
@ -2,6 +2,7 @@
|
||||
"example-component": {
|
||||
"component": "Example"
|
||||
},
|
||||
|
||||
"html": {
|
||||
"component": "html",
|
||||
"composition": "children"
|
||||
|
Loading…
Reference in New Issue
Block a user