figma_create_frame
Create a new frame node on the current Figma page. Specify name, dimensions, position, fill color, and corner radius to build UI components or design layouts.
Instructions
Create a new frame node in the current page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X position (default: 0) | |
| y | No | Y position (default: 0) | |
| fill | No | Background fill color in hex | |
| name | Yes | Frame name | |
| width | Yes | Frame width in pixels | |
| height | Yes | Frame height in pixels | |
| cornerRadius | No | Corner radius |