generate_mfe_module
Generates a self-contained micro-frontend module from a Figma node, adding mount/unmount lifecycle hooks and a widget registry entry.
Instructions
Generate a self-contained micro-frontend module from a Figma node, with mount/unmount lifecycle hooks and a widget registry entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Figma node ID to generate the MFE module from | |
| fileKey | Yes | Figma file key from the URL | |
| figmaToken | Yes | Figma Personal Access Token |