genui
Generate React, Vue, or HTML UI component code from descriptions to accelerate frontend development and maintain consistent design patterns.
Instructions
【UI 组件生成器】生成 React/Vue UI 组件代码
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | 组件描述 | |
| framework | No | 框架:react, vue, html(默认 react) |
Input Schema (JSON Schema)
{
"properties": {
"description": {
"description": "组件描述",
"type": "string"
},
"framework": {
"description": "框架:react, vue, html(默认 react)",
"type": "string"
}
},
"required": [],
"type": "object"
}