ContentNavigation
An accordion-style navigation component for organizing page links.
Key Props
navigation: with thenavigation{lang="ts-type"} value you get when fetching the navigation of your app.color: to change the color of the navigation links.variant: to change the variant of the navigation links.highlight: to display a highlighted border for the active link.
Usage
<UContentNavigation
<!-- props here -->
/>