Install
openclaw skills install react-component-generator生成 React 组件模板,支持 Function Component, Class Component, Hooks, TypeScript,一键生成完整组件代码。
openclaw skills install react-component-generator快速生成 React 组件代码。
| 类型 | 说明 |
|---|---|
| function | 函数组件 |
| class | 类组件 |
| hook | 自定义 Hook |
| hoc | 高阶组件 |
react-component-generator MyButton --type function --typescript
react-component-generator useMyHook --type hook