{"id":16177490,"url":"https://github.com/shervinchen/raw-ui","last_synced_at":"2025-09-23T21:33:43.517Z","repository":{"id":43197753,"uuid":"509018667","full_name":"shervinchen/raw-ui","owner":"shervinchen","description":"A minimalist and customizable React component library for web applications.","archived":false,"fork":false,"pushed_at":"2024-11-10T19:19:33.000Z","size":1015,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-12T00:03:48.106Z","etag":null,"topics":["component-library","dark-mode","design-systems","minimal","minimalist","nextjs","react","react-components","react-hooks","styled-jsx","typescript","ui-components","ui-kit","ui-library","vercel"],"latest_commit_sha":null,"homepage":"https://raw-ui.vercel.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/shervinchen.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":"2022-06-30T09:37:44.000Z","updated_at":"2024-11-10T19:19:36.000Z","dependencies_parsed_at":"2023-02-19T00:15:38.886Z","dependency_job_id":"aa298e78-d0e4-44a8-91a4-250bd8c2b364","html_url":"https://github.com/shervinchen/raw-ui","commit_stats":{"total_commits":293,"total_committers":1,"mean_commits":293.0,"dds":0.0,"last_synced_commit":"eaeee174a8c2bd7a482a80b9fce7b65443524951"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shervinchen%2Fraw-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shervinchen%2Fraw-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shervinchen%2Fraw-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shervinchen%2Fraw-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shervinchen","download_url":"https://codeload.github.com/shervinchen/raw-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243769294,"owners_count":20345196,"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","dark-mode","design-systems","minimal","minimalist","nextjs","react","react-components","react-hooks","styled-jsx","typescript","ui-components","ui-kit","ui-library","vercel"],"created_at":"2024-10-10T05:08:59.099Z","updated_at":"2025-09-23T21:33:43.417Z","avatar_url":"https://github.com/shervinchen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://raw-ui.vercel.app\"\u003e\n      \u003cimg width=\"128\" src=\"https://github.com/shervinchen/raw-ui/blob/main/public/logo-dark.svg\" alt=\"Raw UI\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n  \u003ch1\u003eRaw UI\u003c/h1\u003e\n  \u003cp\u003eA minimalist and customizable React component library for web applications.\u003c/p\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://www.npmjs.com/package/raw-ui\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/raw-ui.svg?style=flat\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://codecov.io/gh/shervinchen/raw-ui\"\u003e\u003cimg src=\"https://img.shields.io/codecov/c/github/shervinchen/raw-ui/master.svg\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://gitHub.com/shervinchen/raw-ui/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/shervinchen/raw-ui\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/shervinchen/raw-ui/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/shervinchen/raw-ui\"\u003e\u003c/a\u003e\n  \u003c/p\u003e\n  \u003cp\u003eEnglish | \u003ca href=\"./README.zh-CN.md\"\u003e中文\u003c/a\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n## Features\n\n- Minimal UI design style.\n- Simple and extensible component API.\n- Written in TypeScript with predictable static types.\n- Provides a dark mode theme.\n- Powerful theme customization based on CSS-in-JS.\n- Compatible with SSR(Server Side Rendering).\n- Unit testing with 100% coverage.\n\n## Install\n\n### pnpm\n\n```bash\npnpm add raw-ui\n```\n\n### npm\n\n```bash\nnpm install raw-ui --save\n```\n\n## Usage\n\nWrap the root of your application with `RawUIProvider`, and then you can use any component\n\n```jsx\nimport { RawUIProvider, Button } from 'raw-ui';\n\nconst App = () =\u003e (\n  \u003cRawUIProvider\u003e\n    \u003cButton\u003eDefault\u003c/Button\u003e\n  \u003c/RawUIProvider\u003e\n);\n```\n\n## Documentation\n\n[https://raw-ui.vercel.app](https://raw-ui.vercel.app)\n\n## License\n\n[MIT](https://github.com/shervinchen/raw-ui/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshervinchen%2Fraw-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshervinchen%2Fraw-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshervinchen%2Fraw-ui/lists"}