Headers
5 posts tagged with "Headers"
.app-navbar
The .app-navbar action standard bottom app nav bar. It belongs to the navbars category within the ui area.
Action Syntax
.app-navbar !set:icon "text" [file]
.app-navbar !set:icon [file]
.app-navbar "text" [file]
Valid sizes
Examples
// Basic Usage
.app-navbar !icon "label" [block]
.back-header
The .back-header action Header with back button for navigation. It belongs to the headers category within the layout area.
Action Syntax
.back-header "text"
.back-header $variable
.back-header !set:icon "text"
.back-header !set:icon $variable
.back-header +imagetag !set:icon "text"
.back-header +imagetag !set:icon $variable
Valid sizes
Examples
// Basic Usage
.back-header "title"
// Using Variables
// Display dynamic content from variables
.back-header $title
.header
The .header action Creates a header bar at the top of your app. It belongs to the headers category within the layout area.
Action Syntax
.header "text"
.header !set:icon "text"
Valid sizes
Modifiers
link
The .header action supports the link modifier.
Examples
// Basic Usage
.header "Awesome"
.image-header
The .image-header action Header with background image and overlay text. It belongs to the headers category within the layout area.
Action Syntax
.image-header +imagetag "text"
.image-header +imagetag $variable
.image-header +imagetag !set:icon "text"
.image-header +imagetag !set:icon $variable
.image-header +imagetag "text" [file]
.image-header +imagetag $variable [file]
.image-header +imagetag !set:icon "text" [file]
.image-header +imagetag !set:icon $variable [file]
Valid sizes
Styles
.back
inserts a back nav icon element on left
.top-appbar
The .top-appbar action displays a standard top app bar. It belongs to the navbars category within the ui area.
Action Syntax
.top-appbar "text"
.top-appbar $variable
.top-appbar !set:icon "text"
.top-appbar !set:icon $variable
.top-appbar +imagetag "text"
.top-appbar +imagetag $variable
.top-appbar +imagetag "text" !set:icon
.top-appbar +imagetag $variable !set:icon
Valid sizes
Modifiers
goto
The .top-appbar action supports the goto modifier.