We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8844d73 commit 4427769Copy full SHA for 4427769
shiny/ui/_page.py
@@ -175,9 +175,7 @@ def page_navbar(
175
lang: Optional[str] = None,
176
theme: Optional[str | Path | Theme | ThemeProvider] = None,
177
# Deprecated -- v1.3.0 2025-01 ----
178
- position: Maybe[
179
- Literal["static-top", "fixed-top", "fixed-bottom"]
180
- ] = DEPRECATED,
+ position: Maybe[Literal["static-top", "fixed-top", "fixed-bottom"]] = DEPRECATED,
181
bg: Maybe[str | None] = DEPRECATED,
182
inverse: Maybe[bool] = DEPRECATED,
183
underline: Maybe[bool] = DEPRECATED,
0 commit comments