Mint UI 頂部導(dǎo)航欄-Header

2021-09-06 15:15 更新
頂部導(dǎo)航欄,支持顯示按鈕、自定義文字和固定在頂部。

引入

import { Header } from 'mint-ui';

Vue.component(Header.name, Header);

例子

固定在頁面頂部

<mt-header fixed title="固定在頂部"></mt-header>

設(shè)置 ?left ?或 ?right slot?

<mt-header title="標(biāo)題過長(zhǎng)會(huì)隱藏后面的內(nèi)容啊哈哈哈哈">
  <router-link to="/" slot="left">
    <mt-button icon="back">返回</mt-button>
  </router-link>
  <mt-button icon="more" slot="right"></mt-button>
</mt-header>

設(shè)置多個(gè)按鈕

<mt-header title="多個(gè)按鈕">
  <router-link to="/" slot="left">
    <mt-button icon="back">返回</mt-button>
    <mt-button @click="handleClose">關(guān)閉</mt-button>
  </router-link>
  <mt-button icon="more" slot="right"></mt-button>
</mt-header>

API

參數(shù) 說明 類型 可選值 默認(rèn)值
fixed 固定在頁面頂部 Boolean false
title 標(biāo)題 String

Slot

name 描述
left 左邊顯示元素
right 右邊顯示元素


實(shí)例演示

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)