# SelectViewJS **Repository Path**: openharmony-tpc/SelectViewJS ## Basic Information - **Project Name**: SelectViewJS - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2021-09-17 - **Last Updated**: 2025-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 🚨 **重要提示 | IMPORTANT** > > **⚠️ 此代码仓已归档。新地址请访问 [SelectViewJS](https://gitcode.com/openharmony-tpc/SelectViewJS)。| ⚠️ This repository has been archived. For the new address, please visit [SelectViewJS](https://gitcode.com/openharmony-tpc/SelectViewJS).** > --- > # SelectView #### 介绍 鸿蒙js自定义组件,提供了本地查询和自动排序功能 #### 效果图 ![输入图片说明](https://images.gitee.com/uploads/images/2021/0926/143852_527a2e75_8618795.gif "video_2021-09-26_14-35-13_4391 (1).gif") #### 使用说明 ``` 通过element引入宿主页面 ``` ``` 使用自定义组件 ``` #### 自定义属性 | 属性 | 类型 | 默认值 | 说明 | |---|---|---|---| | data | Array | [] |组件数据源 | | attr | string | label | 数组对应要展示的属性值 | #### License MIT License Copyright (c) 2021 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.