mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 23:40:39 +01:00
feat(NavigationMenu): improve theme with line variant and border
This commit is contained in:
@@ -86,6 +86,14 @@ const items = [
|
||||
<USelect v-model="orientation" :items="orientations" placeholder="Orientation" />
|
||||
</div>
|
||||
|
||||
<UNavigationMenu :color="color" :variant="variant" :orientation="orientation" :items="items" arrow />
|
||||
<UNavigationMenu
|
||||
:color="color"
|
||||
:variant="variant"
|
||||
:orientation="orientation"
|
||||
:items="items"
|
||||
arrow
|
||||
class="border-gray-200 dark:border-gray-800"
|
||||
:class="orientation === 'vertical' as any ? 'border-l' : 'border-b'"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user