navbar class
A navigation bar control.
Methods¶
__init__() ¶
__init__(
lov=None,
active=True,
id=None,
properties=None,
class_name=None,
hover_text=None,
) -> None
Create a new navbar
element.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
|
dict[str, Any]
|
The list of pages. The keys should be:
The values are labels. See the section on List of Values for more details. |
None
|
|
bool
|
Indicates if this component is active. |
True
|
|
str
|
The identifier that is assigned to the rendered HTML component. |
None
|
|
dict[str, Any]
|
Bound to a dictionary that contains additional properties for this element. |
None
|
|
str
|
The list of CSS class names that are associated with the generated HTML Element. |
None
|
|
str
|
The information that is displayed when the user hovers over this element. |
None
|