{"id":13472111,"url":"https://github.com/strapi/design-system","last_synced_at":"2026-01-16T06:40:37.959Z","repository":{"id":37271765,"uuid":"340397165","full_name":"strapi/design-system","owner":"strapi","description":"Strapi.io's design system :rocket:","archived":false,"fork":false,"pushed_at":"2026-01-08T13:47:34.000Z","size":25952,"stargazers_count":527,"open_issues_count":10,"forks_count":200,"subscribers_count":14,"default_branch":"main","last_synced_at":"2026-01-09T01:27:04.308Z","etag":null,"topics":["design-system","hacktoberfest","styled-components"],"latest_commit_sha":null,"homepage":"https://design-system.strapi.io","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/strapi.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-02-19T14:41:14.000Z","updated_at":"2026-01-08T09:43:00.000Z","dependencies_parsed_at":"2023-10-11T09:12:08.239Z","dependency_job_id":"ff00b712-caf3-4d47-832e-0e6f605091fe","html_url":"https://github.com/strapi/design-system","commit_stats":{"total_commits":2410,"total_committers":56,"mean_commits":"43.035714285714285","dds":0.8153526970954357,"last_synced_commit":"240c73eafdbfd6e47e48e042eb45b4d0f1827f75"},"previous_names":[],"tags_count":174,"template":false,"template_full_name":null,"purl":"pkg:github/strapi/design-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi%2Fdesign-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi%2Fdesign-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi%2Fdesign-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi%2Fdesign-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strapi","download_url":"https://codeload.github.com/strapi/design-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi%2Fdesign-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["design-system","hacktoberfest","styled-components"],"created_at":"2024-07-31T16:00:51.988Z","updated_at":"2026-01-16T06:40:37.937Z","avatar_url":"https://github.com/strapi.png","language":"TypeScript","funding_links":[],"categories":["Official Sources","TypeScript","Official Resources"],"sub_categories":["GitHub Repos","Github Repositories"],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://strapi.io\"\u003e\n    \u003cimg src=\"./assets/logo.svg\" width=\"318px\" alt=\"Strapi logo\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://design-system.strapi.io/\"\u003eDocumentation\u003c/a\u003e\n\u003cbr /\u003e\n\n[![Version](https://img.shields.io/npm/v/@strapi/design-system?style=flat\u0026colorA=4945ff\u0026colorB=4945ff)](https://www.npmjs.com/package/@strapi/design-system)\n[![Downloads](https://img.shields.io/npm/dt/@strapi/design-system.svg?style=flat\u0026colorA=4945ff\u0026colorB=4945ff)](https://www.npmjs.com/package/@strapi/design-system)\n[![Discord Shield](https://img.shields.io/discord/811989166782021633?style=flat\u0026colorA=4945ff\u0026colorB=4945ff\u0026label=discord\u0026logo=discord\u0026logoColor=f0f0ff)](https://discord.gg/strapi)\n\n# Welcome! 👋👋👋\n\nStrapi Design System provides guidelines and tools to help anyone make Strapi's contributions more cohesive and to build\nplugins more efficiently.\n\n## Installation\n\nInstall Strapi Design System and its peer dependencies:\n\n```sh\n$ yarn add react react-dom @strapi/design-system @strapi/icons styled-components\n\n# or\n\n$ npm i react react-dom @strapi/design-system @strapi/icons styled-components\n```\n\n## Getting Started\n\nWrap your application with the `DesignSystemProvider`. You can additionally pass a theme and/or locale, although you don't have to as we have default values for both.\n\n```jsx\nimport { DesignSystemProvider, lightTheme } from '@strapi/design-system';\n\nfunction MyApp({ children }) {\n  return (\n    \u003cDesignSystemProvider locale=\"en-GB\" theme={lightTheme}\u003e\n      {children}\n    \u003c/DesignSystemProvider\u003e\n  );\n}\n\nexport default App;\n```\n\nThen, checkout the complete [Storybook documentation](https://design-system-git-main-strapijs.vercel.app/) to find the components you want to use and how to use them.\n\n## Contributing\n\nPlease follow our [CONTRIBUTING](https://github.com/strapi/design-system/blob/main/CONTRIBUTING.md) guidelines.\n\n## License\n\nLicensed under the MIT License, Copyright © 2015-present [Strapi Solutions SAS](https://strapi.io).\n\nSee [LICENSE](https://github.com/strapi/design-system/blob/main/LICENSE) for more information.\n\n## Thanks\n\n\u003ca href=\"https://www.chromatic.com/\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/321738/84662277-e3db4f80-af1b-11ea-88f5-91d67a5e59f6.png\" width=\"153\" height=\"30\" alt=\"Chromatic\" /\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrapi%2Fdesign-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrapi%2Fdesign-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrapi%2Fdesign-system/lists"}