Cuatro entradas + el botón. Cada una lleva name: lo que un submit recolecta es todo lo nombrado en la pantalla.
Botones — plain y prominent, y compact para caber en una fila:
{
"type": "stack",
"props": {
"spacing": 8
},
"children": [
{
"type": "button",
"props": {
"action": {
"type": "navigate",
"target": "treceui/text"
},
"style": "prominent",
"title": "Continuar"
}
},
{
"type": "button",
"props": {
"action": {
"type": "navigate",
"target": "treceui/text"
},
"style": "prominent",
"title": "Secundario"
}
},
{
"type": "button",
"props": {
"action": {
"type": "navigate",
"target": "treceui/text"
},
"size": "compact",
"style": "prominent",
"title": "+"
}
}
]
}
sale esto: