export_to_react
Converts a Figma node tree into React and Tailwind code, enabling direct implementation from design to frontend.
Instructions
Generate React + Tailwind code from a Figma node tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Root node to convert | |
| framework | No | Output framework (default: react-tailwind) | |
| componentName | No | Root component name |