create_component_instance
Instantiate an existing Figma component by ID, optionally placing it in a parent and applying property overrides.
Instructions
Instantiate an existing component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentId | No | Parent to place instance in | |
| overrides | No | Property overrides: { "Text Label": "New text", "fill": "#ff0000" } | |
| componentId | Yes | Component node ID to instantiate |