{"id":13847194,"url":"https://github.com/wangdicoder/tiny-ui","last_synced_at":"2025-09-06T02:48:00.749Z","repository":{"id":40614255,"uuid":"174343762","full_name":"wangdicoder/tiny-ui","owner":"wangdicoder","description":"⚛️ A friendly UI component set for React.js","archived":false,"fork":false,"pushed_at":"2023-03-14T22:44:04.000Z","size":20685,"stargazers_count":235,"open_issues_count":9,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T12:55:15.550Z","etag":null,"topics":["component-library","react","react-component","react-components","react-hook-component","react-hooks","react-ui-components","uikit"],"latest_commit_sha":null,"homepage":"https://tiny-ui.dev","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/wangdicoder.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}},"created_at":"2019-03-07T12:54:14.000Z","updated_at":"2024-01-19T17:07:46.000Z","dependencies_parsed_at":"2024-02-17T10:44:26.700Z","dependency_job_id":null,"html_url":"https://github.com/wangdicoder/tiny-ui","commit_stats":{"total_commits":591,"total_committers":2,"mean_commits":295.5,"dds":0.005076142131979711,"last_synced_commit":"9c8bc0930a8cbe957f5f191fc923dc70ea67d1c1"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangdicoder%2Ftiny-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangdicoder%2Ftiny-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangdicoder%2Ftiny-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangdicoder%2Ftiny-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wangdicoder","download_url":"https://codeload.github.com/wangdicoder/tiny-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393570,"owners_count":20931813,"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":["component-library","react","react-component","react-components","react-hook-component","react-hooks","react-ui-components","uikit"],"created_at":"2024-08-04T18:01:12.804Z","updated_at":"2025-04-05T20:08:10.096Z","avatar_url":"https://github.com/wangdicoder.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://tiny-ui.org\"\u003e\n    \u003cimg width=\"200\" src=\"https://github.com/wangdicoder/tiny-ui/blob/master/site/src/assets/logo/logo.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eTiny UI\u003c/h1\u003e\n\u003cp align=\"center\"\u003eA Friendly UI Component Set for React\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/tiny-ui\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/tiny-ui.svg?style=flat-square\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://travis-ci.org/wangdicoder/tiny-ui\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/travis/wangdicoder/tiny-ui/master?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/tiny-ui\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dm/tiny-ui.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/bundlephobia/minzip/tiny-ui.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  \u003ca href=\"\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=react\u0026message=%3E=16.9\u0026color=61dafb\u0026style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/wangdicoder/tiny-ui/issues\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/wangdicoder/tiny-ui-react.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/wangdicoder/tiny-ui/blob/master/LICENSE\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/l/tiny-ui.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n## 📦 Install\n\nUse npm\n\n```bash\nnpm install tiny-ui --save\n```\n\nUse yarn\n\n```bash\nyarn add tiny-ui\n```\n\n## 🔨 Quick Start\n\n```js\nimport { Button, Switch } from 'tiny-ui';\n\nconst App = () =\u003e (\n  \u003c\u003e\n    \u003cButton btnType=\"primary\"\u003eClick Me\u003c/Button\u003e\n    \u003cSwitch checked/\u003e\n  \u003c/\u003e\n);\n```\n\nAnd import style manually:\n\n```js\nimport 'tiny-ui/dist/styles/index.css';\n```\n\n## 🖥  Browser Support\n\nSupports all major modern browsers.\n\n| \u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png\" alt=\"IE / Edge\" width=\"24px\" height=\"24px\" /\u003e\u003c/br\u003eIE | \u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png\" alt=\"IE / Edge\" width=\"24px\" height=\"24px\" /\u003e\u003c/br\u003eEdge | \u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png\" alt=\"Firefox\" width=\"24px\" height=\"24px\" /\u003e\u003c/br\u003eFirefox | \u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png\" alt=\"Chrome\" width=\"24px\" height=\"24px\" /\u003e \u003c/br\u003eChrome | \u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png\" alt=\"Safari\" width=\"24px\" height=\"24px\" /\u003e\u003c/br\u003eSafari |\n| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| \u003e=11                                                                                                                                                 | \u003e= 14                                                                                                                                                  | last 2 versions                                                                                                                                               | last 2 versions                                                                                                                                            | last 2 versions                                                                                                                                           |\n\n\n## 🔗 Links\n\n- [Home page](https://tiny-ui.dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangdicoder%2Ftiny-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwangdicoder%2Ftiny-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangdicoder%2Ftiny-ui/lists"}