Skip to content

Navbar

Demo

Navbar 跨端示例与演示

Order details
ShippedExpected tomorrow before 18:00
Order number
1042
Recipient
Lin · 138****2042
Paid
¥279

Basic Usage

vue
<template>
  <VNavbar title="Order Detail" left-text="Back" right-text="More" left-arrow />
</template>

Props

PropTypeDefaultDescription
titlestringundefinedTitle
leftTextstringundefinedLeft text
rightTextstringundefinedRight text
leftAriaLabelstringundefinedAccessible name for the left action
rightAriaLabelstringundefinedAccessible name for the right action
leftArrowbooleanfalseShow back arrow
fixedbooleanfalseFix to top
placeholderbooleanfalseReserve space when fixed
borderbooleantrueShow bottom border

Events

EventPayloadDescription
clickLeftMouseEventLeft area clicked
clickRightMouseEventRight area clicked

Slots

SlotDescription
leftCustom left area
titleCustom title
rightCustom right area