For the complete documentation index, see llms.txt. This page is also available as Markdown.

MenuLink

Sidebar Navigation Render Component

Properties

Property

Type

Description

children

Node

Element to render inside the component

Required: true

exact

Boolean

When determining the active state, use an exact match

Default: false

expanded

Boolean

Determines the default expanded state

Default: false

group

String

When rendering as a Child Link, the Top-Level ID to target

id

String

Unique ID of the component

Required: true

url

String

Wraps the children in an anchor tag

Any additional properties are passed to the MenuLink container element.

Usage

Last updated