delimit_design_generate_component
Generate a React/Next.js component skeleton with TypeScript props interface and Tailwind CSS classes based on component name and optional output path.
Instructions
Generate a React/Next.js component skeleton with props interface and Tailwind support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component_name | Yes | Component name (PascalCase). | |
| figma_node_id | No | Optional Figma node ID (reserved for future use). | |
| output_path | No | Output file path. Defaults to components/<Name>/<Name>.tsx. | |
| project_path | No | Project root for Tailwind detection. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||