primevue-mirror/apps/showcase/doc/menubar/AdvancedDoc.vue

10 lines
621 B
Vue
Raw Normal View History

2024-10-24 18:18:31 +00:00
<template>
<DocSectionText v-bind="$attrs">
<p>
Menubar is a simple horizontal navigation component, for advanced use cases consider <a href="https://primeblocks.org/marketing/navbar" target="_blank" rel="noopener noreferrer">Marketing</a> and
<a href="https://primeblocks.org/application/navbar" target="_blank" rel="noopener noreferrer">Application</a> NavBars in PrimeBlocks or <a href="https://primevue.org/templates" target="_blank" rel="noopener noreferrer">templates</a> with
horizontal menus in application templates.
</p>
</DocSectionText>
</template>