You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -85,7 +85,7 @@ For more information on how to link local or external CSS, check out the
85
85
With CSS linked, you can start building your app's layout with our Bootstrap
86
86
components. These include layout components for organising the content of your app on the page, as well as UI components like navbars, cards, alerts and many more.
Copy file name to clipboardExpand all lines: docs/components_page/components/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,6 @@ For example, a simple application incorporating example above could look like th
22
22
23
23
{{code-example:components/index/simple.py}}
24
24
25
-
There is more detail on this in the [Quickstart](/docs/quickstart/) instructions for creating a basic app. Additionally, the [examples](https://github.com/facultyai/dash-bootstrap-components/tree/main/examples) in our GitHub repository demonstrate how multiple components can be combined to create a feature rich application.
25
+
There is more detail on this in the [Quickstart](/docs/quickstart/) instructions for creating a basic app. Additionally, the [examples](https://github.com/dbc-team/dash-bootstrap-components/tree/main/examples) in our GitHub repository demonstrate how multiple components can be combined to create a feature rich application.
26
26
27
27
For more details on Dash in general, please refer to the [official Dash documentation](https://dash.plotly.com/).
Copy file name to clipboardExpand all lines: docs/components_page/components/navbar.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The `NavbarSimple` will collapse on smaller screens, and add a toggle for reveal
21
21
22
22
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).
23
23
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.
24
+
Here is an example of a custom navbar, see the `examples/` folder in the [GitHub repo](https://github.com/dbc-team/dash-bootstrap-components/blob/main/examples/advanced-component-usage/navbars.py) for more.
0 commit comments