.bottom-navbar
element
The .bottom-navbar
action displays a standard buttom app bar. It belongs to the navbars category within the ui area.
Action Syntax
.bottom-navbar "text"
A quoted text string
.bottom-navbar $variable
A variable name starting with $
.bottom-navbar "text" "text"
A quoted text string followed by A quoted text string
.bottom-navbar "text" "text" "text"
A quoted text string followed by A quoted text string followed by A quoted text string
Valid sizes
tiny
small
medium
large
extra
Modifiers
appendable
The .bottom-navbar
action supports the appendable
modifier.
Examples
// Basic Usage
.bottom-navbar "Title"
// Using Variables
// Display dynamic content from variables
.bottom-navbar $title
Action code: 3151140170
Version: 0.6.4-3
Last updated: 2025-06-13