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
Copy file name to clipboardExpand all lines: elements/pfe-navigation/README.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
@@ -61,7 +61,7 @@ All slots are optional and can be left off if not needed. Slots prefixed with `m
61
61
62
62
### Attributes
63
63
64
-
- `pfe-sticky`: Allows the navigation to stick to the top of the page when the user scrolls down.
64
+
- `pfe-sticky`: Allows the navigation to stick to the top of the page when the user scrolls down. Alternatively, you can opt out of having a sticky nav (the default) by adding the attribute `pfe-sticky="false"`.
65
65
- `pfe-close-on-click`: Currently only supports "external"; this means if a user clicks outside the component, the navigation items will close.
66
66
- `pfe-menu-label`: Translation for the Menu label on the main navigation dropdown.
67
67
- `pfe-full-width`: Allows the navigation to span the full width of the viewport.
0 commit comments