diff --git a/site/content/docs/5.3/components/navs-tabs.md b/site/content/docs/5.3/components/navs-tabs.md index 14913608fd..1950126753 100644 --- a/site/content/docs/5.3/components/navs-tabs.md +++ b/site/content/docs/5.3/components/navs-tabs.md @@ -335,13 +335,23 @@ Note that navigation bars, even if visually styled as tabs with the `.nav-tabs` Add dropdown menus with a little extra HTML and the [dropdowns JavaScript plugin]({{< docsref "/components/dropdowns#usage" >}}). -### Tabs with dropdowns +{{< callout info >}} +As a design recommendation, dropdowns are typically placed at the end of the nav after all of the links. +{{< /callout >}} +### Tabs with dropdowns + {{< example >}} {{< /example >}} + ### Pills with dropdowns @@ -367,11 +372,18 @@ Add dropdown menus with a little extra HTML and the [dropdowns JavaScript plugin This variant should not be used because it is a button component in the Orange Design System specifications. {{< /design-callout-alert >}} + {{< example >}} {{< /example >}} + ## CSS