Skip to content

Commit 2edb9e2

Browse files
committed
Clarify use of active prop of NavLink (#675)
1 parent 21a98be commit 2edb9e2

File tree

1 file changed

+2
-2
lines changed
  • docs/components_page/components

1 file changed

+2
-2
lines changed

docs/components_page/components/nav.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Use the `vertical` argument to stack navigation items. You can pass either a Boo
3333

3434
## Pills
3535

36-
Use the `pills` argument to indicate active state with pill styled nav items. The `active` property can be set to `True` or `False` to manually control whether the link is active, or to `"exact"` to automatically set the `active` property when the current pathname matches the `href`, or to `"partial"` to automatically set the `active` property when the current pathname starts with `href`.
36+
Use the `pills` argument to indicate active state with pill styled nav links. The `active` property of `NavLink` can be set to `True` or `False` to manually control whether the link is active, to `"exact"` to automatically set the `active` property when the current pathname matches the `href`, or to `"partial"` to automatically set the `active` property when the current pathname starts with `href`.
3737

3838
{{example:components/nav/pill.py:nav}}
3939

4040
## Tabs
4141

42-
Bootstrap also lets you apply tab styling to navs, check out our self-contained `Tabs` component [here](/l/components/tabs).
42+
Bootstrap also lets you apply tab styling to navs, check out our self-contained `Tabs` component [here](/docs/components/tabs).
4343

4444
{{apidoc:src/components/nav/Nav.js}}
4545

0 commit comments

Comments
 (0)