# 微信小程序tiger UI **Repository Path**: suli0827/wx-navbar ## Basic Information - **Project Name**: 微信小程序tiger UI - **Description**: 微信小程序自定义tabBar/顶部导航栏/部分插件,舔狗日记 - **Primary Language**: Unknown - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 14 - **Forks**: 0 - **Created**: 2020-07-31 - **Last Updated**: 2025-08-18 ## Categories & Tags **Categories**: weixin-lapp **Tags**: None ## README # 组件原理 [微信小程序-自定义导航栏](https://www.cnblogs.com/sese/p/9761713.html) # 使用方法 ## 引入该组件 ``` { "usingComponents": { "navbar": "/components/navbar/index" } } ``` ## 使用该组件 ``` ``` # 参数说明 参数 | 说明 | 类型 | 默认值 ----| ---| ---| --- page-name | 当前页面名称 | `String`| -- show-nav | 是否显示左侧的导航 | `Boolean`| `true` bg-color | 导航背景颜色 | `String`| `#fff` icon-color | 左侧图标颜色 | `String`| `#000` custom-class | 导航样式 | |