A container component that typically contains the main navigation elements.

Fields

NameTypeDescriptionOptions
TextText
    Primary textColor
      Custom CSS classesTextCSS classes, separated by spaces. You can define classes in custom stylesheets.

        Low code usage

        This component can be declared directly in Python, using backend-driven UI.

        ui.Header(content={
                "text": "", # str 
                "primaryTextColor": "", # str 
                "cssClasses": "", # str 
            }
        )
        

        Reference