{"id":13672932,"url":"https://github.com/IronPans/bee-mobile","last_synced_at":"2025-04-28T04:30:40.024Z","repository":{"id":74749762,"uuid":"126030331","full_name":"IronPans/bee-mobile","owner":"IronPans","description":"UI Components for React.","archived":false,"fork":false,"pushed_at":"2024-03-07T07:05:18.000Z","size":3525,"stargazers_count":165,"open_issues_count":6,"forks_count":29,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-15T15:46:46.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tiny-component.github.io","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/IronPans.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-20T14:28:11.000Z","updated_at":"2024-05-01T08:40:11.000Z","dependencies_parsed_at":"2024-08-26T07:05:35.219Z","dependency_job_id":"73634cc9-657a-4fa5-a16f-5c1906172494","html_url":"https://github.com/IronPans/bee-mobile","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":"0.33333333333333337","last_synced_commit":"d391d9ff82c30ad3c3565efe91a52240f89d05cd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronPans%2Fbee-mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronPans%2Fbee-mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronPans%2Fbee-mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronPans%2Fbee-mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IronPans","download_url":"https://codeload.github.com/IronPans/bee-mobile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250994197,"owners_count":21519785,"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":[],"created_at":"2024-08-02T09:01:58.196Z","updated_at":"2025-04-28T04:30:37.961Z","avatar_url":"https://github.com/IronPans.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"## bee-mobile是一个基于 React 的移动端组件库\n\n![bee-mobile](https://imagecloud.laixiazheteng.cn/bee-logo.png)\n\n主页：[Bee Mobile](https://tiny-component.github.io/)\n\n### 丰富强大的组件\n\n一共拥有50多个组件，已为你需要在项目中使用的很多功能性组件做好准备。\n\n\u003cdiv style=\"margin-top: 10px\"\u003e\n  \u003cimg style=\"width: 25%\" src=\"https://tiny-component.github.io/assets/gif/bm-button.gif\"\u003e\n  \u003cimg style=\"width: 25%\" src=\"https://tiny-component.github.io/assets/gif/bm-buttonNavigation.gif\"\u003e\n  \u003cimg style=\"width: 25%\" src=\"https://tiny-component.github.io/assets/gif/bm-datepicker.gif\"\u003e\n  \u003cimg style=\"width: 25%\" src=\"https://tiny-component.github.io/assets/gif/bm-spin.gif\"\u003e\n\u003c/div\u003e\n\n### 快速上手\n\n**npm**\n\n推荐使用npm的方式安装，它能更好地和 webpack 打包工具配合使用。\n```\nnpm install bee-mobile -S\n```\n\n**CDN**\n\n目前可以通过 unpkg.com/bee-mobile 获取到最新版本的资源，在页面上引入js 和css文件即可开始使用。\n```\n\u003c!-- 引入样式 --\u003e\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/bee-mobile/dist/bee-mobile.min.css\"\u003e\n\n\u003c!-- 引入组件库 --\u003e\n\u003cscript src=\"https://unpkg.com/bee-mobile/dist/bee-mobile.min.js\"\u003e\u003c/script\u003e\n```\n\n**开始使用**\n\n```\nimport React from 'react';\nimport {Button} from 'bee-mobile';\n\nimport 'bee-mobile/dist/bee-mobile.css';\n\nconst App = () =\u003e (\n     \u003c Button theme=\"primary\"\u003e\n               Hello World\n     \u003c/Button\u003e\n);\n```\n\n## create-bee-mobile\n\n[create-bee-mobile](https://tiny-component.github.io/#/docs/create-bee-mobile)是一个命令行界面工具，它可以创建一个最基本的React项目。\n\n**技术栈**\n\n- React\n- Typescript\n- Sass 预编译工具\n- bee-mobile 移动组件库\n- Webpack 构建工具\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIronPans%2Fbee-mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIronPans%2Fbee-mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIronPans%2Fbee-mobile/lists"}