-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When generating code for the frame div.intro-header in this Figma link:

I'm getting this code:
import React from "react";
import "./style.css";
const GeneratedComponent = () => (
<div className="flex flex-col justify-start items-center w-[1860px] h-[620px] bg-white">
<img
width="1860px"
height="842.1px"
src="./assets/SvgAsset1.svg"
alt="Svg Asset 1"
/>
</div>
);
export default GeneratedComponent;Live preview is just a black screen.
Expected behavior
Should generate code as specified in the design.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working