PageLinks
A list of links to be displayed in the page.
Key Props
links: as an array of objects with the following properties:
label: string{lang="ts-type"}icon?: string{lang="ts-type"}class?: any{lang="ts-type"}ui?: { item?: ClassNameValue, link?: ClassNameValue, linkLabel?: ClassNameValue, linkLabelExternalIcon?: ClassNameValue, linkLeadingIcon?: ClassNameValue }{lang="ts-type"}
You can pass any property from the Link component such as to, target, etc.
title: to display a title above the links.
Usage
<UPageLinks
<!-- props here -->
/>