File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments