id: stage
type: PageHeaderMenu
properties:
title: Stage
layout:
contentJustify: center
areas:
content:
blocks:
- id: content
type: Card
size: 800 # Set the size of the card so it does not fill the full screen
contentGutter: 16 # Make a 16px gap between all blocks in this card
- id: title
type: Title
grow: 1
content: Stage
- id: foo
required: true
type: TextInput
block: true
title: Foo
placeholder: Bar
label:
colon: false
extra: Lorem ipsum; yada yada
inline: true
- id: woot
title: Woot
placeholder: Sweet
extra: Dude!
- id: reset_button
type: Button
title: Reset
icon: ClearOutlined
type: default
events:
onClick:
- id: reset
type: reset()
- id: start_download
grow: 3
title: Download
icon: CloudDownloadOutlined