Display Actions
Display actions are used to show content and create the visual elements of your app.
Common Display Actions
.title
Shows a prominent heading:
.title "Welcome to My App"
.text
Displays regular text content:
.text "This is a paragraph of text"
.image
Shows an image:
.image "logo.png"
.icon
Displays an icon:
.icon "home"
Styling Display Actions
Many display actions support modifiers for styling:
.title "Big Title" -size:large -color:blue
.text "Important!" -bold -center
More content coming soon…