File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1375,7 +1375,7 @@ def navset_bar(
13751375 footer : TagChild = None ,
13761376 navbar_options : Optional [NavbarOptions ] = None ,
13771377 fluid : bool = True ,
1378- # Deprecated ----
1378+ # Deprecated -- v1.3.0 2025-01 -- --
13791379 position : MaybeMissing [NavbarOptionsPositionT ] = DEPRECATED ,
13801380 bg : MaybeMissing [str | None ] = DEPRECATED ,
13811381 inverse : MaybeMissing [bool ] = DEPRECATED ,
@@ -1452,7 +1452,8 @@ def navset_bar(
14521452 Deprecated in v1.3.0. Please use `navbar_options` instead; see
14531453 :func:`~shiny.ui.navbar_options` for details.
14541454
1455- ``True`` to automatically collapse the elements into an expandable menu on mobile devices or narrow window widths.
1455+ ``True`` to automatically collapse the elements into an expandable menu on
1456+ mobile devices or narrow window widths.
14561457
14571458 See Also
14581459 --------
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ def page_navbar(
174174 window_title : str | MISSING_TYPE = MISSING ,
175175 lang : Optional [str ] = None ,
176176 theme : Optional [str | Path | Theme | ThemeProvider ] = None ,
177- # Deprecated ----
177+ # Deprecated -- v1.3.0 2025-01 -- --
178178 position : MaybeMissing [
179179 Literal ["static-top" , "fixed-top" , "fixed-bottom" ]
180180 ] = DEPRECATED ,
You can’t perform that action at this time.
0 commit comments