SkillHub

react-component-generator

v1.0.0

生成 React 组件模板,支持 Function Component, Class Component, Hooks, TypeScript,一键生成完整组件代码。

Sourced from ClawHub, Authored by Sunshine-del-ux

Installation

Please help me install the skill `react-component-generator` from SkillHub official store. npx skills add Sunshine-del-ux/react-component-generator

React Component Generator

快速生成 React 组件代码。

功能

  • ⚡ 一键生成组件
  • 📝 支持 TypeScript
  • 🎣 内置 Hooks
  • 🎨 多种组件类型

组件类型

类型 说明
function 函数组件
class 类组件
hook 自定义 Hook
hoc 高阶组件

使用方法

react-component-generator MyButton --type function --typescript
react-component-generator useMyHook --type hook