{"id":29790774,"url":"https://github.com/arcaneharestudio/inclusify-design-system","last_synced_at":"2026-02-14T16:32:07.106Z","repository":{"id":278115320,"uuid":"934481230","full_name":"ArcaneHareStudio/Inclusify-design-system","owner":"ArcaneHareStudio","description":"The Inclusify Design System that focuses on reusable and accessible components for a web application (desktop and mobile)","archived":false,"fork":false,"pushed_at":"2025-03-10T15:43:59.000Z","size":4787,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-15T21:46:32.856Z","etag":null,"topics":["a11y","a11y-react","accessibility","playwright","reactjs","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/inclusify-design-system","language":"JavaScript","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/ArcaneHareStudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2025-02-17T22:55:08.000Z","updated_at":"2025-03-10T15:22:52.000Z","dependencies_parsed_at":"2025-03-06T23:09:00.105Z","dependency_job_id":"db48911e-151d-42d4-8b57-6f7503a56270","html_url":"https://github.com/ArcaneHareStudio/Inclusify-design-system","commit_stats":null,"previous_names":["royalharestudio/zora-design-system","royalharestudio/inclusify-design-system","arcaneharestudio/inclusify-design-system"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ArcaneHareStudio/Inclusify-design-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcaneHareStudio%2FInclusify-design-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcaneHareStudio%2FInclusify-design-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcaneHareStudio%2FInclusify-design-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcaneHareStudio%2FInclusify-design-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArcaneHareStudio","download_url":"https://codeload.github.com/ArcaneHareStudio/Inclusify-design-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcaneHareStudio%2FInclusify-design-system/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267442514,"owners_count":24087813,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["a11y","a11y-react","accessibility","playwright","reactjs","typescript"],"created_at":"2025-07-28T00:10:31.303Z","updated_at":"2026-02-14T16:32:07.073Z","avatar_url":"https://github.com/ArcaneHareStudio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inclusify Design System\n\n![Inclusify Design System](https://img.shields.io/npm/v/inclusify-design-system?style=flat-square)\n\u003c!-- ![Build Status](https://img.shields.io/github/actions/workflow/status/YOUR_GITHUB/inclusify-design-system/build.yml?branch=main) --\u003e\n\nInclusify Design System is a collection of accessible and reusable UI components designed to enhance web accessibility and inclusivity.\n\n\n# Useful Links\n## Storybook\nhttps://royalharestudio.github.io/Inclusify-design-system/\n\n## NPM Package\nhttps://www.npmjs.com/package/inclusify-design-system\n\n\n## 🚀 Installation\n\n```sh\nnpm install inclusify-design-system\n```\n\nor with Yarn:\n\n```sh\nyarn add inclusify-design-system\n```\n\n## 📖 Usage\n\nImport and use components in your React project:\n\n```tsx\nimport { WSection } from 'inclusify-design-system';\n\nfunction App() {\n  return \u003cWSection sectionLabelledById=\"sampleId\" children={\u003cdiv\u003e\u003c/div\u003e} /\u003e;\n}\n\nexport default App;\n```\n\n## 🎨 Components\n\nInclusify provides a variety of accessible UI components:\n\n- **Section** – Keyboard and screen reader-friendly section wrapper.\n\nMore components are in development!\n\n## 🌍 Accessibility Features\n\nInclusify ensures:\n\n- WCAG-compliant color contrast.\n- Proper ARIA roles and attributes.\n- Keyboard navigability.\n- Screen reader-friendly components.\n\n## 🛠️ Development \u0026 Contribution\n\nWe welcome contributions! To set up the project locally:\n\n```sh\ngit https://github.com/RoyalHareStudio/Inclusify-design-system.git\ncd inclusify-design-system\nnpm install\nnpm run dev\n```\n\n### Contributing\n\n- Follow the accessibility-first development guidelines.\n- Run tests before submitting PRs.\n- Open issues for feature requests and bug reports.\n\n## 📜 License\n\nInclusify Design System is licensed under the MIT License.\n\n## 📫 Contact\n\nFor questions or support, reach out to Henry Le (Inclusify Design System developer) via GitHub Issues or email [royalharestudio@gmail.com].\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcaneharestudio%2Finclusify-design-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcaneharestudio%2Finclusify-design-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcaneharestudio%2Finclusify-design-system/lists"}