Quick Nav

Ready

The quick nav component allows navigation inside a page. It renders the links according to the headings of the content in order to navigate to each section.

Props

NameDefaultDescription
title: stringTitle of the quick nav component.
links: Link[]Links of the quick nav component. Each link has the following properties:
  • label: string: Text to be shown in the link. The content must be wrapped with an id equals to the slugified label (in lower case and the white spaces replaced by '-') in order to be able to navigate to the section that the label references.
  • links: Link[]: Sublinks of the link.

Examples

Basic usage