Skip to content

Commit

Permalink
Extra navbar explainer (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbegley authored Dec 28, 2022
1 parent 59c1dcb commit 2420c97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/components_page/components/navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ lead: Easily create responsive navigation headers using the `NavbarSimple` and `

## Examples

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.
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.

`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.

## NavbarSimple

Expand Down

0 comments on commit 2420c97

Please # to comment.