{"id":44260263,"url":"https://github.com/cloudflare/kumo","last_synced_at":"2026-02-16T15:03:18.697Z","repository":{"id":337168832,"uuid":"1086502772","full_name":"cloudflare/kumo","owner":"cloudflare","description":"Cloudflare's component library for building modern web applications.","archived":false,"fork":false,"pushed_at":"2026-02-10T17:12:55.000Z","size":19968,"stargazers_count":548,"open_issues_count":30,"forks_count":20,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-10T19:41:11.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://kumo-ui.com","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/cloudflare.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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-10-30T14:03:47.000Z","updated_at":"2026-02-10T17:10:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cloudflare/kumo","commit_stats":null,"previous_names":["cloudflare/kumo"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/cloudflare/kumo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudflare%2Fkumo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudflare%2Fkumo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudflare%2Fkumo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudflare%2Fkumo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudflare","download_url":"https://codeload.github.com/cloudflare/kumo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudflare%2Fkumo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"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":[],"created_at":"2026-02-10T17:05:37.226Z","updated_at":"2026-02-16T15:03:18.686Z","avatar_url":"https://github.com/cloudflare.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Kumo\n\nCloudflare's component library for building modern web applications.\n\nKumo provides accessible, design-system-compliant UI components built on [Base UI](https://base-ui.com/). It handles keyboard navigation, focus management, and ARIA attributes so you can build accessible applications without thinking through every detail.\n\n\u003cimg width=\"2560\" height=\"1456\" alt=\"image\" src=\"https://github.com/user-attachments/assets/032f5a0e-b686-4440-b1ca-6182379479aa\" /\u003e\n\n## Installation\n\n```bash\npnpm add @cloudflare/kumo\n```\n\n### Peer Dependencies\n\n```bash\npnpm add react react-dom @phosphor-icons/react\n```\n\n## Usage\n\n```tsx\nimport { Button, Input, Dialog } from \"@cloudflare/kumo\";\nimport \"@cloudflare/kumo/styles\";\n```\n\n### Granular Imports (Tree-Shaking)\n\n```tsx\nimport { Button } from \"@cloudflare/kumo/components/button\";\n```\n\n### Base UI Primitives\n\nKumo re-exports all Base UI primitives for advanced use cases:\n\n```tsx\nimport { Popover } from \"@cloudflare/kumo/primitives/popover\";\n```\n\n## CLI\n\nQuery component documentation from the command line:\n\n```bash\nnpx @cloudflare/kumo ls          # List all components\nnpx @cloudflare/kumo doc Button  # Get component docs\nnpx @cloudflare/kumo docs        # Get all docs\n```\n\n## Development\n\nSee [AGENTS.md](./AGENTS.md) for comprehensive development documentation including:\n\n- Component patterns and styling system\n- Semantic color tokens\n- Development workflows\n- CI/CD pipeline\n- Figma plugin\n\n### Quick Start\n\n```bash\npnpm install\npnpm dev                    # Start docs site at localhost:4321\npnpm --filter @cloudflare/kumo test\n```\n\n### Figma Plugin\n\n```bash\n# Optional: enable token sync during build\n# cp packages/kumo-figma/scripts/.env.example packages/kumo-figma/scripts/.env\n# $EDITOR packages/kumo-figma/scripts/.env  # set FIGMA_TOKEN (and optionally FIGMA_FILE_KEY)\n\npnpm --filter @cloudflare/kumo-figma build\n# In Figma: Plugins \u003e Development \u003e Import plugin from manifest...\n# Select: packages/kumo-figma/src/manifest.json\n```\n\n### Creating Components\n\n```bash\npnpm --filter @cloudflare/kumo new-component\n```\n\n## Documentation\n\n- **Live Docs**: [kumo-ui.com](https://kumo-ui.com)\n- **AI/Agent Guide**: [AGENTS.md](./AGENTS.md)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudflare%2Fkumo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudflare%2Fkumo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudflare%2Fkumo/lists"}