.header
Element
Creates a fixed app bar at the top of your app
.tiny
.small
.medium
.large
.extra
.huge
Syntax
.header
basic fixed header without text
.header "Awesome"
fixed header with title text
.header !home "Awesome"
fixed header with icon and title text
.header "Awesome" #white #red
fixed header with colors (fg and bg)
.header !home "Awesome" #white #red
fixed header with icon, title, and colors