grow_ui_spec
Generate a UI component specification using its name and description, with optional code examples for React, Vue, Angular, Svelte, or Web Components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| componentName | Yes | The name of the UI component (e.g., "AddToCartButton", "UserProfile") | |
| summary | Yes | A brief description of what this component does | |
| generateExamples | No | Whether to generate framework-specific implementation examples (defaults to true) | |
| exampleFrameworks | No | Frameworks to generate examples for (defaults to ["react"]) | |
| projectDir | No | Target project directory where specs should be generated. If not provided, will use current directory. |