Epyk
latest
  • Getting started with Epyk
  • First Pages with Epyk
  • Ready to use examples
  • Epyk and full stack development
  • Design & Architecture
  • Web frameworks
  • Security and Control
  • Advanced features
    • CLI Features
    • Page
      • UI Interface
        • External Interfaces:
        • Interfaces per Categories:
        • Full list of 81 Interfaces:
      • Javascript Interface
      • Outputs Interface
      • Python Interface
      • Data Interface
      • Web Framework Interfaces
      • Example
      • Technical Documentation
    • Themes
    • HTML Built-Ins
    • CSS Built-Ins
    • Javascript Built-Ins
    • Standards
    • Entities
    • Symboles
  • External resources
  • Library extensions
  • Bugs & ToDo
Epyk
  • Advanced features
  • Page
  • UI Interface
  • components Interface
  • NavBars Interface
  • Edit on GitHub

NavBars Interface

class epyk.interfaces.components.CompNavigation.NavBars(ui)
dark(logo=None, title=None, width=(100, '%'), height=(40, 'px'), options=None, profile=False)
Tags:

Categories:

Usage:

:param logo:
:param title: String. Optional. A panel title. This will be attached to the title property.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
fixed(logo=None, title=None, width=(100, '%'), height=(40, 'px'), options=None, profile=False)
Tags:

Categories:

Usage:

:param logo:
:param title: String. Optional. A panel title. This will be attached to the title property.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
top(logo=None, title=None, width=(100, '%'), height=(40, 'px'), options=None, profile=False)
Tags:

Categories:

Usage:

:param logo:
:param title: String. Optional. A panel title. This will be attached to the title property.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
transparent(logo=None, title=None, width=(100, '%'), height=(40, 'px'), options=None, profile=False)
Tags:

Categories:

Usage:

:param logo:
:param title: String. Optional. A panel title. This will be attached to the title property.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
Previous Next

© Copyright 2020, Epykure. Revision 0f853e61.

Built with Sphinx using a theme provided by Read the Docs.