{"id":13484897,"url":"https://github.com/digital-go-jp/design-system-example-components","last_synced_at":"2025-05-16T03:03:16.410Z","repository":{"id":241743071,"uuid":"769462760","full_name":"digital-go-jp/design-system-example-components","owner":"digital-go-jp","description":"デジタル庁デザインシステムのサンプルコンポーネント","archived":false,"fork":false,"pushed_at":"2025-04-23T05:38:24.000Z","size":1250,"stargazers_count":498,"open_issues_count":7,"forks_count":22,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-23T06:29:03.269Z","etag":null,"topics":["react","tailwind-css","typescript"],"latest_commit_sha":null,"homepage":"https://digital-go-jp.github.io/design-system-example-components/","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/digital-go-jp.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-09T06:24:00.000Z","updated_at":"2025-04-18T06:24:59.000Z","dependencies_parsed_at":"2024-09-17T14:04:24.761Z","dependency_job_id":"0968f472-3c6a-4dba-8bdb-8d134526cdf3","html_url":"https://github.com/digital-go-jp/design-system-example-components","commit_stats":{"total_commits":33,"total_committers":3,"mean_commits":11.0,"dds":"0.18181818181818177","last_synced_commit":"0e5210c5e49d9bafee906b80b0cb0140a9540aa6"},"previous_names":["digital-go-jp/design-system-example-components"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digital-go-jp%2Fdesign-system-example-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digital-go-jp%2Fdesign-system-example-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digital-go-jp%2Fdesign-system-example-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digital-go-jp%2Fdesign-system-example-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digital-go-jp","download_url":"https://codeload.github.com/digital-go-jp/design-system-example-components/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459083,"owners_count":22074604,"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","tailwind-css","typescript"],"created_at":"2024-07-31T17:01:38.067Z","updated_at":"2025-05-16T03:03:11.399Z","avatar_url":"https://github.com/digital-go-jp.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# React サンプルコンポーネント\n\n[デジタル庁デザインシステム](https://design.digital.go.jp/) のコンポーネントの一部をReact / Tailwind CSSベースで実装したサンプル集です。\n\n[Storybook](https://digital-go-jp.github.io/design-system-example-components/)で最新版を公開しています。\n\n## 未実装コンポーネント\n\nこのリポジトリでは全てのコンポーネントは実装していません。  \n（定期的にサンプルは追加予定です。）  \n未実装のコンポーネントについてはスクラッチで書かずに、ヘッドレスUIライブラリの利用を推奨します。\n\nスクラッチで書く必要がある場合は、[ARIA Authoring Practices Guide (APG)](https://www.w3.org/WAI/ARIA/apg/)の[Patterns](https://www.w3.org/WAI/ARIA/apg/patterns/)を参考にして実装を進める事を推奨します。\n\n## サンプルコード\n\n### 動作確認\n\n以下のコマンドでStorybookを実行してください。\n\n```sh\nnpm install\nnpm run storybook\n```\n\n### スタイリング\n\n- [Tailwind CSS](https://www.npmjs.com/package/tailwindcss)\n- [@digital-go-jp/tailwind-theme-plugin](https://www.npmjs.com/package/@digital-go-jp/tailwind-theme-plugin)\n\n[@digital-go-jp/tailwind-theme-plugin](https://www.npmjs.com/package/@digital-go-jp/tailwind-theme-plugin) は、デジタル庁デザインシステムのデザイントークンをベースにしたTailwind CSSのプラグインです。\n\nプラグインで定義されるトークン一覧は、[トークン一覧](https://github.com/digital-go-jp/design-system-example-components/tree/main/src/tokens) をご確認ください。\n\nプロジェクト固有のトークン等については `tailwind.config.js` の extend で拡張してください。\n\n### 注意事項\n\n- サンプルコードは Google Chrome / Microsoft Edge / Safari / Firefox の最新版で動作を確認しています。\n- サンプルコードはプロジェクトの特性に合わせて自由に拡張してください。\n\n## Issues, Pull Requests\n\nご興味を持って頂きありがとうございます。  \nリリース直後のため、現在体制がまだ整っておりません。  \nそのため、何かお気づきの点やご要望がございましたら、まずはIssueの作成をお願いします。PRはそのIssueでの議論が終わった後に作成してください。  \nまた、現時点ではコンポーネントそのものに関するIssueのみを受け付けておりますので、予めご了承ください。\n\n## 求人情報\n\nデジタル庁デザインシステムのチームメンバーを募集しています。行政のデジタル環境を支える基盤づくりに、あなたのスキルや経験を活かしてみませんか？　求人ページからご応募ください。\n\n- [プロダクトデザイナー（デザインシステム） - デジタル庁](https://herp.careers/v1/digitalsaiyo/IjQ4ovK9BFPl)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigital-go-jp%2Fdesign-system-example-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigital-go-jp%2Fdesign-system-example-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigital-go-jp%2Fdesign-system-example-components/lists"}