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'
|
import React from 'react'
|
||||||
|
|
||||||
const Example = () => {
|
const Example = () => {
|
||||||
|
console.log("olá mundo")
|
||||||
return (
|
return (
|
||||||
<div>Example um</div>
|
<div>Example um</div>
|
||||||
)
|
)
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
{
|
{
|
||||||
"store.product": {
|
"store.product": {
|
||||||
"children": ["html#breadcrumb", "condition-layout.product#availability"]
|
"children": ["html#example-component",
|
||||||
|
"html#breadcrumb",
|
||||||
|
"condition-layout.product#availability"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"html#breadcrumb": {
|
"html#breadcrumb": {
|
||||||
"props": {
|
"props": {
|
||||||
@ -10,6 +13,14 @@
|
|||||||
},
|
},
|
||||||
"children": ["breadcrumb"]
|
"children": ["breadcrumb"]
|
||||||
},
|
},
|
||||||
|
"html#example-component": {
|
||||||
|
"props": {
|
||||||
|
"tag": "nav",
|
||||||
|
"testId": "breadcrumbs",
|
||||||
|
"blockClass": "pdp-exemplo"
|
||||||
|
},
|
||||||
|
"children": ["example-component"]
|
||||||
|
},
|
||||||
"flex-layout.row#specifications-title": {
|
"flex-layout.row#specifications-title": {
|
||||||
"children": ["rich-text#specifications"]
|
"children": ["rich-text#specifications"]
|
||||||
},
|
},
|
||||||
@ -111,13 +122,15 @@
|
|||||||
"share#default"
|
"share#default"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"shipping-simulator": {
|
||||||
|
"props": {}
|
||||||
|
},
|
||||||
"product-installments": {
|
"product-installments": {
|
||||||
"props": {
|
"props": {
|
||||||
"message": "{installmentsNumber} de {installmentValue} sem juros"
|
"message": "{installmentsNumber} de {installmentValue} sem juros"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
"flex-layout.row#product-name": {
|
"flex-layout.row#product-name": {
|
||||||
"props": {
|
"props": {
|
||||||
"marginBottom": 3,
|
"marginBottom": 3,
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"example-component": {
|
"example-component": {
|
||||||
"component": "Example"
|
"component": "Example"
|
||||||
},
|
},
|
||||||
|
|
||||||
"html": {
|
"html": {
|
||||||
"component": "html",
|
"component": "html",
|
||||||
"composition": "children"
|
"composition": "children"
|
||||||
|
Loading…
Reference in New Issue
Block a user