Price Tags
from
$500
= ui_component('tags/price', properties:
{as_below}
)
{
size: "small",
currency: "$",
price: "500",
retail_price: "1000"
}
from
$500
next day
= ui_component('tags/price', properties:
{as_below}
)
{
currency: "$",
price: "500",
scope: "next day",
retail_price: "1000"
}
from
$500
next day
= ui_component('tags/price', properties:
{as_below}
)
{
size: "large",
currency: "$",
price: "500",
scope: "next day",
retail_price: "1000"
}