delimit_design_generate_component
Generate React/Next.js component skeletons with props interfaces and Tailwind CSS support to accelerate UI development.
Instructions
Generate a React/Next.js component skeleton with props interface and Tailwind support.
Args: component_name: Component name (PascalCase). figma_node_id: Optional Figma node ID (reserved for future use). output_path: Output file path. Defaults to components//.tsx. project_path: Project root for Tailwind detection.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component_name | Yes | ||
| figma_node_id | No | ||
| output_path | No | ||
| project_path | No |