General
Template
Layout
Typography
Navigational
Informational
Data
Input
Images
Header
Footer
NeonUI Doc Layout

Main Index Layout of the Document Sections

List of Navigational links

Main Index with Group and Subgroups

  • Main Index has Group Heading, SubGroup Heading, Subgroup Pages
  • The class main-index is used on any block objects once .
  • Rest of the Group Heading, Subgroup Heading and Subgroup Pages are added under the hierarchy of main-index class

    Implementation Code

Class main-index is added once under which all other Group Headings, Subgroup Headings, Pages as child elements

Group Headings

  • Group Heading links reflect major information category

  • On clicking, each Group Heading will fetch a set of main subgroup pages index list

  • class active will highlight the current active group heading link
  • Icons could be added from different free icons using the NeonUI Icons library for the headings. NeonIcons Library

Sample Group Heading Output

Implementation Code

SubGroup Heading and SubGroup Pages

  • Subgroup heading has no pointer actions (unclickable)

  • Clicking Subgroup page index item will fetch the document info of that subgroup topic page

  • Icons could be added from different free icons using the NeonUI Icons library for the headings. NeonIcons Library
  • Adding class active (current page) on Subgroup page index item will have a bold highlight

  • Sample SubGroup Heading and Subgroup Pages Output

    Implementation Code

    Grouped subgroup pages

  • Subgroup pages can be grouped
  • Pages could be hidden and shown using have expandable (arrow icons) accordion component.
  • class active will highlight the current active subgroup page

    Grouped Subgroup Pages Output

  • Implementation Code