# wx-list-index **Repository Path**: hihopeorg/wx-list-index ## Basic Information - **Project Name**: wx-list-index - **Description**: 索引列表功能组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-26 - **Last Updated**: 2022-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wx-list-index 小程序索引列表功能。 #### 效果演示 ![gif](index-list.gif) ## 下载安装 ```shell npm install @ohos/wx_list_index ``` OpenHarmony npm环境配置等更多内容,请参考 [如何安装OpenHarmony npm包](https://gitee.com/openharmony-tpc/docs/blob/master/OpenHarmony_npm_usage.md) 。 #### 使用说明: 第一步: 在hml文件中引入组件; ```html ``` 第二步:创建组件节点: ```html ``` ## 兼容性 支持 OpenHarmony API version 8 及以上版本。 ## 目录结构 ```` |---- entry | |---- pages # 示例代码文件夹 |---- wx_list_index | |---- components # 库文件夹 | | |---- index-list # 自定义组件文件夹 | | |---- icon # 自定义组件文件夹 ```` ## 贡献代码 使用过程中发现任何问题都可以提 [Issue](https://gitee.com/hihopeorg/wx-list-index/issues) 给我们,当然,我们也非常欢迎你给我们发 [PR](https://gitee.com/hihopeorg/wx-list-index/pulls) 。