{"id":22014627,"url":"https://github.com/hackplan/uui","last_synced_at":"2025-06-25T06:33:06.729Z","repository":{"id":40490063,"uuid":"262943372","full_name":"HackPlan/UUI","owner":"HackPlan","description":"Universal Utility-first UI Library","archived":false,"fork":false,"pushed_at":"2023-07-19T06:04:50.000Z","size":5929,"stargazers_count":97,"open_issues_count":5,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-06-08T23:49:03.847Z","etag":null,"topics":["react","typescript","ui","ui-components","utility-first","wai-aria","web"],"latest_commit_sha":null,"homepage":"https://doc.uui.cool","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/HackPlan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2020-05-11T05:03:23.000Z","updated_at":"2024-12-01T16:11:19.000Z","dependencies_parsed_at":"2025-05-07T00:30:23.678Z","dependency_job_id":"53878130-5f15-449a-9683-062fdc17cad6","html_url":"https://github.com/HackPlan/UUI","commit_stats":null,"previous_names":[],"tags_count":86,"template":false,"template_full_name":null,"purl":"pkg:github/HackPlan/UUI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackPlan%2FUUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackPlan%2FUUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackPlan%2FUUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackPlan%2FUUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HackPlan","download_url":"https://codeload.github.com/HackPlan/UUI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackPlan%2FUUI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261819273,"owners_count":23214471,"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":["react","typescript","ui","ui-components","utility-first","wai-aria","web"],"created_at":"2024-11-30T04:16:30.997Z","updated_at":"2025-06-25T06:33:06.702Z","avatar_url":"https://github.com/HackPlan.png","language":"TypeScript","readme":"# UUI\n\nUniversal Utility-first React UI Library\n\n![](https://img.shields.io/npm/v/@hackplan/uui)\n![](https://img.shields.io/github/workflow/status/HackPlan/UUI/CI)\n![](https://img.shields.io/david/HackPlan/UUI)\n![](https://img.shields.io/david/dev/HackPlan/UUI)\n![](https://img.shields.io/bundlephobia/minzip/@hackplan/uui)\n![](https://img.shields.io/npm/dm/@hackplan/uui)\n![](https://img.shields.io/github/contributors/HackPlan/UUI)\n![](https://img.shields.io/github/issues-pr-raw/HackPlan/UUI)\n![](https://img.shields.io/github/issues-raw/HackPlan/UUI)\n![](https://img.shields.io/github/languages/top/HackPlan/UUI)\n![](https://img.shields.io/github/license/HackPlan/UUI)\n[![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)](https://doc.uui.cool/)\n\n![components overview screenshot](https://raw.githubusercontent.com/HackPlan/UUI/master/assets/screenshots/overview.png)\n\n\u003e **UUI is still heavily under development.** Specifications and Usage might change in the future and, as of now, no backwards compatibility is guaranteed!\n\nEnglish | [简体中文](https://github.com/HackPlan/UUI/blob/master/docs/README.zh-CN.md)\n\n## Features\n\n* A set of useful components out of the box.\n* TypeScript based full type safety.\n* Highly customizable.\n* WAI-ARIA 1.2 compliance\n\n## Installation\n\n⚠️⚠️⚠️ UUI requires TypeScript 3.8 or higher. ⚠️⚠️⚠️\n\n```bash\nnpm install @hackplan/uui --save\n```\n\n```bash\nyarn add @hackplan/uui\n```\n\n## Usage\n\n```tsx\nimport '@hackplan/uui/lib/index.css';\nimport { Button } from '@hackplan/uui';\n\nfunction App() {\n  return (\n    \u003cdiv\u003e\n      \u003cButton\u003eClick me!\u003c/Button\u003e\n    \u003c/div\u003e\n  )\n}\n```\n\n## Links\n\n* [Documentation](https://doc.uui.cool)\n* [Introduction](https://github.com/HackPlan/UUI/blob/master/docs/INTRODUCTION.zh-CN.md)\n* [Using Customize](https://github.com/HackPlan/UUI/blob/master/docs/USING_CUSTOMIZE.zh-CN.md)\n* [Principle \u0026 Implementation](https://github.com/HackPlan/UUI/blob/master/docs/PRINCIPLE.md)\n* [Contributing](https://github.com/HackPlan/UUI/blob/master/CONTRIBUTING.md)\n* [Deployment](https://github.com/HackPlan/UUI/blob/master/docs/DEVELOPMENT.md)\n* [Changelog](https://github.com/HackPlan/UUI/blob/master/CHANGELOG.md)\n\n## Development\n\nFor the development of this project, Yarn is preferred over npm. However, any Yarn command can be replaced by the npm equivalent.\n\n```bash\ngit clone https://github.com/HackPlan/UUI.git\ncd uui\nnvm use\nyarn\nyarn storybook\n```\n\nOpen your browser and visit http://localhost:6006 .\n\n## Contributing\n\nWe welcome all contributions. Please read CONTRIBUTING.md first.\n\n## Products built with UUI\n\n| \u003cimg height=\"110\" src=\"https://tuya.xinxiao.tech/assets/tuya-avator.png?rv=4\" /\u003e | \u003cimg height=\"80\" src=\"https://duoshao.app/assets/logo.svg\" /\u003e | \u003cimg height=\"80\" src=\"https://daylight.cool/images/6b7a7d4a-db86-46d3-80b9-fe66dcc59915.png\" /\u003e |\n| :----------------------------------------------------------: | :----------------------------------------------------------: | ------------------------------------------------------------ |\n|              [图压](https://tuya.xinxiao.tech/)              |               [多少记账](https://duoshao.app/)               | [昼间日历](https://daylight.cool/)                           |\n\n## Licenses\n\nAll files on the UUI GitHub repository are subject to the MIT license. Please read the License file at the root of the project.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackplan%2Fuui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackplan%2Fuui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackplan%2Fuui/lists"}