[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-78628":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":16,"starSnapshotCount":16,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},78628,"kumo","cloudflare\u002Fkumo","cloudflare","Cloudflare's component library for building modern web applications.","https:\u002F\u002Fkumo-ui.com",null,"TypeScript",2242,125,8,11,0,41,110,210,123,28.3,"MIT License",false,"main",true,[],"2026-06-12 02:03:48","# 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:\u002F\u002Fbase-ui.com\u002F). 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:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F032f5a0e-b686-4440-b1ca-6182379479aa\" \u002F>\n\n## Installation\n\n```bash\npnpm add @cloudflare\u002Fkumo\n```\n\n### Peer Dependencies\n\n```bash\npnpm add react react-dom @phosphor-icons\u002Freact\n```\n\n## Usage\n\n```tsx\nimport { Button, Input, Dialog } from \"@cloudflare\u002Fkumo\";\nimport \"@cloudflare\u002Fkumo\u002Fstyles\";\n```\n\n### Granular Imports (Tree-Shaking)\n\n```tsx\nimport { Button } from \"@cloudflare\u002Fkumo\u002Fcomponents\u002Fbutton\";\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\u002Fkumo\u002Fprimitives\u002Fpopover\";\n```\n\n## CLI\n\nQuery component documentation from the command line:\n\n```bash\nnpx @cloudflare\u002Fkumo ls          # List all components\nnpx @cloudflare\u002Fkumo doc Button  # Get component docs\nnpx @cloudflare\u002Fkumo docs        # Get all docs\n```\n\n## Development\n\nSee [AGENTS.md](.\u002FAGENTS.md) for comprehensive development documentation including:\n\n- Component patterns and styling system\n- Semantic color tokens\n- Development workflows\n- CI\u002FCD pipeline\n- Figma plugin\n\n### Quick Start\n\n```bash\npnpm install\npnpm dev                    # Start docs site at localhost:4321\npnpm --filter @cloudflare\u002Fkumo test\n```\n\n### Figma Plugin\n\n```bash\n# Optional: enable token sync during build\n# cp packages\u002Fkumo-figma\u002Fscripts\u002F.env.example packages\u002Fkumo-figma\u002Fscripts\u002F.env\n# $EDITOR packages\u002Fkumo-figma\u002Fscripts\u002F.env  # set FIGMA_TOKEN (and optionally FIGMA_FILE_KEY)\n\npnpm --filter @cloudflare\u002Fkumo-figma build\n# In Figma: Plugins > Development > Import plugin from manifest...\n# Select: packages\u002Fkumo-figma\u002Fsrc\u002Fmanifest.json\n```\n\n### Creating Components\n\n```bash\npnpm --filter @cloudflare\u002Fkumo new-component\n```\n\n## Documentation\n\n- **Live Docs**: [kumo-ui.com](https:\u002F\u002Fkumo-ui.com)\n- **AI\u002FAgent Guide**: [AGENTS.md](.\u002FAGENTS.md)\n\n## License\n\nMIT\n","Kumo 是 Cloudflare 开发的一个用于构建现代化 Web 应用程序的组件库。它基于 Base UI 构建，提供了符合设计系统规范且易于访问的 UI 组件，内置了键盘导航、焦点管理和 ARIA 属性支持，帮助开发者无需深入细节即可创建出无障碍的应用程序。此外，Kumo 支持按需加载（tree-shaking），并提供了一个命令行工具来查询组件文档，适用于需要快速集成高质量UI组件，并重视可访问性和开发效率的前端项目中。",2,"2026-06-11 03:57:04","high_star"]