Skip to content

Commit c6bcc1b

Browse files
committed
Mention automatic link matching in docs
1 parent a0812c3 commit c6bcc1b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/components_page/components/nav.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ 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.
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`.
3737

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

0 commit comments

Comments
 (0)