General
Template
Layout
Typography
Navigational
Informational
Data
Input
Images
Header
Footer
Components - Images

Input Components - Buttons Navigation

Buttons as Navigational Components

Buttons - Used for navigation

Button - Navigation

Implementation Code and the output

Output Sample

Change the button content

To change the button text

  • In the div elements having the class nav-pg-topic just replace the texts "Previous Topic" and the "Next Topic"

To change the button anchor element's text link to which the button click will fetch the page

  • Add the link to the page in the href attribute found in the anchor element having the class nav-pagination-prev or nav-pagination-next

Button - Navigation - Disabled

Disable the button content

If there is no further navigational link before or after, following steps will help disabling the button and the navigation.

  • Add the class disabled in the anchor a element having the class nav-pagination-prev or nav-pagination-next
  • remove the href attribute from the same anchor a element

Implementation Code and the output

Output Sample