convert-figma-to-code
Convert Figma design layers to production-ready code blocks for websites, layouts, and themes using the Flowbite UI framework and Tailwind CSS.
Instructions
Converts a Figma layer to a code block
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| figmaNodeUrl | Yes | The URL of the Figma node to convert |
Input Schema (JSON Schema)
{
"properties": {
"figmaNodeUrl": {
"description": "The URL of the Figma node to convert",
"type": "string"
}
},
"required": [
"figmaNodeUrl"
],
"type": "object"
}