# uni-goods-nav
## Instructions
组件名:uni-goods-nav
代码块: uGoodsNav
点击下载&安装
### Syntax
- 使用 ``(或 ``,当需要包裹子节点时)。
- 遇到平台差异时,建议使用条件编译(`#ifdef / #endif`)显式处理。
#### Properties
| 属性名 | 类型 | 默认值 | 说明 |
| --- | --- | --- | --- |
| options | Array | - | 组件参数 |
| buttonGroup | Array | - | 组件按钮组参数 |
| fill | Boolean | false | 按钮是否平铺 |
#### Events
| 事件名 | 说明 | 返回值 |
| --- | --- | --- |
| @click | 左侧点击事件 | e = {index,content} |
| @buttonClick | 右侧按钮组点击事件 | e = {index,content} |
#### Platform Compatibility
See official docs for platform support table: `https://uniapp.dcloud.net.cn/component/uniui/uni-goods-nav.html`
### Examples
### Example (Example 1)
```vue
```
### Example (Example 2)
```html
```
### Example (Example 3)
```vue
uni-goods-nav 组件主要用于电商类应用底部导航,可自定义加入购物车,购买等操作
```
### Example (Example 4)
```html
uni-goods-nav 组件主要用于电商类应用底部导航,可自定义加入购物车,购买等操作
```
### Example (Example 5)
```html
```
### Example (Example 6)
```html
```
Reference:
- [Official Documentation](https://uniapp.dcloud.net.cn/component/uniui/uni-goods-nav.html)
- [Plugin Marketplace](https://ext.dcloud.net.cn/plugin?name=goods-nav)
- [Local Example](examples/uni-ui/uni-goods-nav.vue)