{"id":17565114,"url":"https://github.com/yijinc/fishui","last_synced_at":"2026-03-05T13:03:02.505Z","repository":{"id":64477180,"uuid":"574356163","full_name":"yijinc/fishui","owner":"yijinc","description":"一套基于 taro 和 uni-app 的常用的小程序组件，致力于用最简洁、舒适可靠的实现","archived":false,"fork":false,"pushed_at":"2023-02-02T04:08:38.000Z","size":1889,"stargazers_count":31,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T23:30:40.776Z","etag":null,"topics":["react","taro","typescript","uni-app","vue"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yijinc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-12-05T05:54:47.000Z","updated_at":"2025-09-22T06:14:27.000Z","dependencies_parsed_at":"2023-07-21T15:36:07.619Z","dependency_job_id":null,"html_url":"https://github.com/yijinc/fishui","commit_stats":null,"previous_names":["yijinc/taropui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yijinc/fishui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yijinc%2Ffishui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yijinc%2Ffishui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yijinc%2Ffishui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yijinc%2Ffishui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yijinc","download_url":"https://codeload.github.com/yijinc/fishui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yijinc%2Ffishui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30127218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T12:40:50.676Z","status":"ssl_error","status_checked_at":"2026-03-05T12:39:32.209Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react","taro","typescript","uni-app","vue"],"created_at":"2024-10-21T14:09:14.229Z","updated_at":"2026-03-05T13:03:02.473Z","avatar_url":"https://github.com/yijinc.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 说明\n\n在使用小程序框架开发小程序过程中，发现很多常用的组件 社区都**找不到**合适的。\n对于相应的一些比较完善的ui组件库，他们貌似只会依赖于设计，从 Button 开始造组件。。。\n很多时候，我们可能不是需要他们的ui风格（主题），而是需要一个功能与交互相符、性能可靠的组件\n\nfishui 是一套基于 [taro](https://github.com/NervJS/taro) 和 [uni-app](https://github.com/dcloudio/uni-app) 的常用的小程序组件，致力于用最简洁、舒适可靠的实现。这里可能有你需要的而ui库没有给你提供的组件\n\n\n## 快速体验\n\n![FishUI 微信小程序](https://img.souche.com/bolt/6JA5Bw2QbOvZxGymKuHbz/gh_1407e2b12b0f_258.jpg)\n\n\n## 特性\n\n- 支持 TypeScript\n- react 和 vue 高度统一的 API\n- 支持按需引用\n- 绝对的轻量：每个组件就一个单独的文件，代码量都不超过300行。安装依赖只需占用336K磁盘空间\n\n\n## 组件列表\n\n- [Navbar：导航栏](https://github.com/yijinc/fishui/tree/master/packages/taro-vue/src/components/Navbar/doc.md)\n- [Tab：选项切换](https://github.com/yijinc/fishui/tree/master/packages/taro-vue/src/components/Tab/doc.md)\n- [Scroll：列表滚动 下拉刷新、加载更多](https://github.com/yijinc/fishui/tree/master/packages/taro-vue/src/components/Scroll/doc.md)\n- [Drag：拖拽排序 - 单屏](https://github.com/yijinc/fishui/tree/master/packages/taro-vue/src/components/Drag/doc.md)\n- [DragX：拖拽排序 - 列表](https://github.com/yijinc/fishui/tree/master/packages/taro-vue/src/components/DragX/doc.md)\n- [VirtualSwiper：虚拟滑动](https://github.com/yijinc/fishui/tree/master/packages/taro-vue/src/components/VirtualSwiper/doc.md)\n- TODO: TreeSelect：无限层级选择器\n\n\n## 安装\n\n```bash\nnpm add @fishui/taro-vue\n\n# or\nnpm add @fishui/taro-react\n\n# or\nnpm add @fishui/uni-app\n```\n\n## 使用\n\n```js\n// 引入样式（全局）\nimport '@fishui/taro-vue/lib/style.css';\nimport { Tab, Navbar } from '@fishui/taro-vue';\n```\n\n\n### 按需引入\n\n手动指定引入\n\n```js\nimport Tab from '@fishui/taro-vue/lib/components/Tab';\nimport '@fishui/taro-vue/lib/components/Tab/style.scss';\n```\n\n可通过 [babel-plugin-import](https://github.com/umijs/babel-plugin-import) 设置自动转换为按需引入的方式\n\n在 `.babelrc` 或 `babel.config.js` 中添加配置：\n\n```json\n{\n  // ...\n  plugins: [\n    [\n      \"import\",\n      {\n        \"libraryName\": \"@fishui/taro-vue\",\n        \"libraryDirectory\": \"lib/components\",\n        \"style\": (name, file) =\u003e name + '/style.scss',\n        \"camel2DashComponentName\": false\n      }\n    ]\n  ]\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyijinc%2Ffishui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyijinc%2Ffishui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyijinc%2Ffishui/lists"}