Skip to content

Commit 2420c97

Browse files
authored
Extra navbar explainer (#919)
1 parent 59c1dcb commit 2420c97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/components_page/components/navbar.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ lead: Easily create responsive navigation headers using the `NavbarSimple` and `
55

66
## Examples
77

8-
There are two navbar components in *dash-bootstrap-components*, `NavbarSimple` and `Navbar`. The `NavbarSimple` component is simpler but less flexible, whereas the `Navbar` component is fully customisable, but requires more boilerplate to get working.
8+
There are two navbar components in *dash-bootstrap-components*, `NavbarSimple` and `Navbar`. The `NavbarSimple` component is simpler but less flexible, whereas the `Navbar` component is fully customisable, but requires more boilerplate to get working. If you want a navbar with some branding information and a collection of links, `NavbarSimple` will probably be enough. If you want to do something more specialised, `Navbar` might be necessary.
9+
10+
`Navbar` is not to be confused with the related `Nav` component. A `Nav` groups links together to be displayed horizontally or vertically. A `Navbar` represents the app's navbar, usually at the top of the page, and often will consist of a `Nav` plus other information like the name of the app.
911

1012
## NavbarSimple
1113

0 commit comments

Comments
 (0)