building-components

📁 vercel/components.build 📅 9 days ago
381
总安装量
381
周安装量
#724
全站排名
安装命令
npx skills add https://github.com/vercel/components.build --skill building-components

Agent 安装分布

codex 337
opencode 332
gemini-cli 309
github-copilot 296
claude-code 268
amp 264

Skill 文档

Building Components

When to use this skill

Use when the user is:

  • Building new UI components (primitives, components, blocks, templates)
  • Implementing accessibility features (ARIA, keyboard navigation, focus management)
  • Creating composable component APIs (slots, render props, controlled/uncontrolled state)
  • Setting up design tokens and theming systems
  • Publishing components to npm or a registry
  • Writing component documentation
  • Implementing polymorphism or as-child patterns
  • Working with data attributes for styling/state

References