Nav()
Renders a navigation menu that reflects the currently published pages.
nav()
Renders a navigation menu that reflects the currently published pages.
Supported wrapperClasses:
- pfy-nav-horizontalhorizontal navigation menu
- pfy-nav-indentedsub-elements get hierarchically indented
- pfy-nav-collapsedsub-elements are initially collapsed and can be opened
- pfy-nav-collapsiblesub-elements are initially open and can be collapsed
- pfy-nav-hoveropensub-elements opened on mouse over
- pfy-nav-open-currentnav tree is pre-opened down to the current page, the rest is collapsed
- pfy-nav-animatedadds an animation effect when opening/closing
- pfy-nav-coloredapplies some default coloring based on --nav-base-color1 and --nav-base-color2
Supported CSS-Variables:
Base Colors (used by pfy-nav-colored):
- --nav-base-color1
- --nav-base-color2
Text:
- --pfy-nav-txt-size
- --pfy-nav-txt-color
- --pfy-nav-sub-txt-color
- --pfy-nav-active-txt-color
- --pfy-nav-curr-txt-color
- --pfy-nav-surrogate-txt-color
- --pfy-nav-hover-txt-color
Background and border-left:
- --pfy-nav-bg-color
- --pfy-nav-elem-bg-color
- --pfy-nav-hover-bg-color
- --pfy-nav-sub-bg-color
- --pfy-nav-active-bg-color
- --pfy-nav-curr-bg-color
- --pfy-nav-surrogate-bg-color
Focus Frame Colors:
- --pfy-focus-frame-color1
- --pfy-focus-frame-color2
Arguments
- wrapperClass
- Class applied to the Nav's wrapper. (default: )
- class
- Class applied to the Nav element. (default: )
- id
- Id applied to the Nav element. (default: )
- type
- [top,side,branch|primary]. (default: )
- isPrimary
- By default, first Nav is primary. Set to false to override.
- listTag
- [ul,ol] The tag to be used in list of nav-elements. (default: ol)
- prefix
- String to be prepended to nav, e.g. to add "link to home" in branch menu.
Examples
{{ nav() }}