{"id":25120126,"url":"https://github.com/uabjs/uab-ui-mobile","last_synced_at":"2026-02-13T06:05:54.482Z","repository":{"id":65231838,"uuid":"586868208","full_name":"uabjs/uab-ui-mobile","owner":"uabjs","description":"基于 react 的用于构建移动端应用程序的基本 web UI 库。","archived":false,"fork":false,"pushed_at":"2023-06-12T13:53:41.000Z","size":1910,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-09T19:50:29.670Z","etag":null,"topics":["dumi","javascript","mobile","react","react-components","type","typescript","uab-mobile","uab-ui-mobile"],"latest_commit_sha":null,"homepage":"https://uab-ui-mobile.netlify.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uabjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2023-01-09T12:25:47.000Z","updated_at":"2023-02-20T15:00:24.000Z","dependencies_parsed_at":"2023-02-19T00:31:10.604Z","dependency_job_id":null,"html_url":"https://github.com/uabjs/uab-ui-mobile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uabjs%2Fuab-ui-mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uabjs%2Fuab-ui-mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uabjs%2Fuab-ui-mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uabjs%2Fuab-ui-mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uabjs","download_url":"https://codeload.github.com/uabjs/uab-ui-mobile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250318549,"owners_count":21410955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["dumi","javascript","mobile","react","react-components","type","typescript","uab-mobile","uab-ui-mobile"],"created_at":"2025-02-08T05:19:24.598Z","updated_at":"2026-02-13T06:05:49.459Z","avatar_url":"https://github.com/uabjs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://avatars.githubusercontent.com/u/73016681?s=200\u0026v=4\" alt=\"logo\" width=\"200\" height=\"auto\" /\u003e\n  \u003ch1\u003eUab Ui Mobile\u003c/h1\u003e\n  \u003cp\u003e基于 react 的用于构建移动端应用程序的基本 web UI 库。\u003c/p\u003e\n\n[![npm (tag)](https://img.shields.io/npm/v/uab-ui-mobile)](https://www.npmjs.com/package/uab-ui-mobile) [![GitHub Release Date](https://img.shields.io/github/release-date/uabjs/uab-ui-mobile)](https://github.com/uabjs/uab-ui-mobilee/releases) [![npm](https://img.shields.io/npm/dw/uab-ui-mobile)](https://www.npmjs.com/package/uab-ui-mobile)[![GitHub](https://img.shields.io/github/license/uabjs/uab-ui-mobile)](https://github.com/uabjs/uab-ui-mobile)\n\n  \u003ch4\u003e\n    \u003ca href=\"https://uab-ui-mobile.netlify.app/\"\u003e中文文档\u003c/a\u003e\n    \u003cspan\u003e · \u003c/span\u003e\n    \u003ca href=\"https://uab-ui-mobile.netlify.app/en\"\u003eEnglish Doc\u003c/a\u003e\n  \u003c/h4\u003e\n\u003c/div\u003e\n\n## 快速上手\n\n### 安装\n\n```bash\n$ npm install --save uab-ui-mobile\n# or\n$ yarn add uab-ui-mobile\n# or\n$ pnpm add uab-ui-mobile\n```\n\n### 引入\n\n```js\nimport { Button } from 'uab-ui-mobile'\n```\n\n## 组件\n\n基于各个组件功能点，一个一个的拆分出来实现。\n\n### 通用\n\n- [x] Button 按钮\n- [x] Icon 图标\n\n### 布局\n\n- [x] AutoCenter 自动居中\n- [x] Divider 分割线\n- [x] Grid 栅格\n- [x] SafeArea 安全区\n- [x] Space 间距\n\n### 导航\n\n- [x] CapsuleTabs 胶囊选项卡\n- [x] IndexBar 序列\n- [x] JumboTabs 复杂选项卡\n- [x] NavBar 导航栏\n- [x] SideBar 侧边导航\n- [x] TabBar 标签栏\n- [x] Tabs 标签页\n\n### 信息展示\n\n- [x] Avatar 头像\n- [x] Card 卡片\n- [x] Collapse 折叠面板\n- [x] Ellipsis 文本省略\n- [x] FloatingPanel 浮动面板\n- [x] Image 图片\n- [x] ImageViewer 图片查看器\n- [x] InfiniteScroll 无限滚动\n- [x] List 列表\n- [x] PageIndicator 分页符\n- [x] Steps 步骤条\n- [x] Swiper 走马灯\n- [x] Tag 标签\n- [x] WaterMark 水印\n- [x] Footer 页脚\n\n### 信息录入\n\n- [ ] Cascader 级联选择\n- [ ] CascaderView 级联选择视图\n- [ ] CheckList 可勾选列表\n- [ ] Checkbox 复选框\n- [ ] Form 表单\n- [x] Input 输入框\n- [ ] Picker 选择器\n- [ ] PickerView 选择器视图\n- [ ] Radio 单选框\n- [ ] Rate 评分\n- [ ] SearchBar 搜索框\n- [x] Selector 选择组\n- [ ] Slider 滑动输入条\n- [x] Stepper 步进器\n- [x] Switch 开关\n- [x] TextArea 文本域\n\n### 反馈\n\n- [ ] ActionSheet 动作面板\n- [ ] Dialog 对话框\n- [ ] Empty 空状态\n- [x] ErrorBlock 异常\n- [x] Loading 加载中\n- [x] Mask 背景蒙层\n- [ ] Modal 弹窗\n- [x] Popover 气泡弹出框\n- [ ] Popup 弹出层\n- [ ] ProgressBar 进度条\n- [ ] ProgressCircle 进度圈\n- [ ] PullToRefresh 下拉刷新\n- [ ] Result 结果\n- [ ] Skeleton 骨架屏\n- [ ] SwipeAction 滑动操作\n- [x] Toast 轻提示\n\n### 引导提示\n\n- [x] Badge 徽标\n- [ ] NoticeBar 通告栏\n\n### 其他\n\n- [x] ConfigProvider 配置\n\n### 试验性\n\n- [x] ScrollMask 滚动两侧遮罩\n- [x] Calendar 日历\n- [ ] Dropdown 下拉菜单\n- [ ] FloatingBubble 浮动气泡\n- [ ] ImageUploader 图片上传\n- [ ] NumberKeyboard 数字键盘\n- [ ] PasscodeInput 密码输入框\n- [ ] ResultPage 结果页面\n- [ ] TreeSelect 级联选择器\n- [ ] VirtualInput 虚拟输入框\n\n## 代码贡献者\n\n感谢所有为 uab-ui-mobile 做出贡献的人!\n\n\u003ca href=\"https://github.com/uabjs/uab-ui-mobile/graphs/contributors\"\u003e\n  \u003cimg src=\"https://opencollective.com/uab-ui-mobile/contributors.svg?width=960\u0026button=false\" alt=\"contributors\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuabjs%2Fuab-ui-mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuabjs%2Fuab-ui-mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuabjs%2Fuab-ui-mobile/lists"}