---
URL: "/zh-CN/gallery/wx-navigation-bar.html"
LLMS_URL: "/zh-CN/gallery/wx-navigation-bar.md"
title: "小程序自定义导航栏"
author: "常伟华"
date: "2023/08/23"
categories:
  - "小程序"
tags:
  - "小程序"
  - "导航栏"
---

---
title: 小程序自定义导航栏
author: 常伟华
date: 2023/08/23
categories:
  - 小程序
tags:
  - 小程序
  - 导航栏
---

## 预览图

![预览图](/images/cmono-ef6623ccf120fad4d01715227a55780.jpg){data-zoomable}

## 使用说明

### 引入 npm 包

```bash

    npm i wx-navigation-bar

```

### 页面或全局引用

```json

    "usingComponents": {
      "my-navigation-bar": "wx-navigation-bar/navigation-bar"
    }

```

### 页面使用

```html
<my-navigation-bar title="{{title}}" backgroundcolor="var(--td-brand-color)">
  <t-icon slot="arrow-left" color="#fff" name="chevron-left" size="56rpx" />
</my-navigation-bar>
```

## 属性配置

| Tables        |      Are      |  Cool |
| ------------- | :-----------: | ----: |
| col 3 is      | right-aligned | $1600 |
| col 2 is      |   centered    |   $12 |
| zebra stripes |   are neat    |    $1 |
