Skip to content

Commit 87e4abb

Browse files
committed
docs: Fix navbar_optoins parameters
1 parent 7f5b578 commit 87e4abb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

shiny/ui/_navs.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,31 +1080,26 @@ def navbar_options(
10801080
"""
10811081
Configure the appearance and behavior of the navbar.
10821082
1083-
Parameters:
1083+
Parameters
10841084
-----------
10851085
position
10861086
Determines whether the navbar should be displayed at the top of the page with
10871087
normal scrolling behavior (`"static-top"`), pinned at the top (`"fixed-top"`),
10881088
or pinned at the bottom (`"fixed-bottom"`). Note that using `"fixed-top"` or
10891089
`"fixed-bottom"` will cause the navbar to overlay your body content, unless you
10901090
add padding (e.g., `tags.style("body {padding-top: 70px;}")`)
1091-
10921091
bg
10931092
Background color of the navbar (a CSS color).
1094-
10951093
theme
10961094
The navbar theme: either `"dark"` for a light text color (on a **dark**
10971095
background) or `"light"` for a dark text color (on a **light** background). If
10981096
`"auto"` (the default) and `bg` is provided, the best contrast to `bg` is
10991097
chosen.
1100-
11011098
underline
11021099
If `True`, adds an underline effect to the navbar.
1103-
11041100
collapsible
11051101
If `True`, automatically collapses the elements into an expandable menu on
11061102
mobile devices or narrow window widths.
1107-
11081103
**attrs : dict
11091104
Additional HTML attributes to apply to the navbar container element.
11101105

0 commit comments

Comments
 (0)