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

globalNavItems

globalNavItems utility function

Utility function for navigation.

Signature

globalNavItems(rw, isActive = false)

Parameters

Parameter
Description

rw

-

isActive

-

Usage

const transformHook = (rw) => {
    const classes = globalNavItems(rw);
};

Last updated

Was this helpful?