{"id":16989073,"url":"https://github.com/blackmann/wardrobe","last_synced_at":"2025-04-12T04:09:52.428Z","repository":{"id":59346837,"uuid":"534385971","full_name":"blackmann/wardrobe","owner":"blackmann","description":"Styled React ⚛️ components to quickly bootstrap ideas.","archived":false,"fork":false,"pushed_at":"2023-07-04T18:37:08.000Z","size":271,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T04:09:46.577Z","etag":null,"topics":["react"],"latest_commit_sha":null,"homepage":"https://wardrobe-components.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blackmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-08T20:40:09.000Z","updated_at":"2023-07-17T13:27:27.000Z","dependencies_parsed_at":"2023-02-05T15:32:11.674Z","dependency_job_id":null,"html_url":"https://github.com/blackmann/wardrobe","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/blackmann%2Fwardrobe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackmann%2Fwardrobe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackmann%2Fwardrobe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackmann%2Fwardrobe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackmann","download_url":"https://codeload.github.com/blackmann/wardrobe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514221,"owners_count":21116903,"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"],"created_at":"2024-10-14T03:05:22.379Z","updated_at":"2025-04-12T04:09:52.404Z","avatar_url":"https://github.com/blackmann.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wardrobe\n\nA personal React ⚛️components library to bootstrap ideas quickly. This set of components are very constrained and not\ndesigned to be omnipotent. If you can't find what you want, you're better off using another components library or\nimplementing yours.\n\n- 🌗 Dark mode inside\n- 🌳 Tree-shakeable\n- 🚫♿️ Not fully accessible (TODO)\n\n## Installation + Usage\n\nInstall with\n\n```sh\nyarn add @blackmann/wardrobe\nnpm install @blackmann/wardrobe\n```\n\nEnjoy?\n\n```javascript\n// Add at top level\nimport '@blackmann/wardrobe/dist/styles/index.css'\n\nimport { Button } from '@blackmann/wardrobe'\n\nfunction Demo() {\n  return \u003cButton onClick={() =\u003e console.log('Hah!')}\u003eClick me\u003c/Button\u003e\n}\n\n```\n\n## Brand (colors, font, sizes, etc)\n\nA lot of brand values can be overridden using css variables. Reference [`src/index.css`](src/index.css) for the possible\nlist of\nvariables. _You may/should only be interested in color and font_!\n\n## Components\n\nStories for components are hosted here: https://wardrobe-components.vercel.app/\n\n## Why not use MUI, React Bootstrap, Base web, etc.\n\nOpen source libraries (especially frontend libraries) have now turned into products. Instead of solving a simple\nproblem, they solve everybody's problem - leading to bloat. I'm a fan of small bundle size and straightforward APIs.\nI want to spend more time writing code than referencing docs of a web component library.\n\nThe original idea is to develop faster with these libraries, but I find myself developing way slower.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackmann%2Fwardrobe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackmann%2Fwardrobe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackmann%2Fwardrobe/lists"}