Skip to content

Commit c9367e6

Browse files
Update the custom navbar example (#1038)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
1 parent 6588197 commit c9367e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components_page/components/navbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `NavbarSimple` will collapse on smaller screens, and add a toggle for reveal
2121

2222
If you want to have more control over the layout of your navbar you can use the `Navbar` component. This gives you full control over the children, but you will have to write your own callbacks to achieve things like the toggle behaviour on small screens. From Bootstrap 5, all elements inside the `NavBar` should be contained within a [`Container`](/docs/components/layout). We also recommend using a `Nav` component to wrap the navigation items, check the [docs here](/docs/components/nav).
2323

24-
Here is an example of a custom navbar, see the `examples/` folder in the [GitHub repo](https://github.com/facultyai/dash-bootstrap-components/blob/main/examples/python/advanced-component-usage/navbars.py) for more.
24+
Here is an example of a custom navbar, see the `examples/` folder in the [GitHub repo](https://github.com/facultyai/dash-bootstrap-components/blob/main/examples/advanced-component-usage/navbars.py) for more.
2525

2626
{{example:components/navbar/navbar.py:navbar}}
2727

0 commit comments

Comments
 (0)