Skip to content

Commit 5bae7b0

Browse files
authored
add non-dev mode info to figma to react docs (#7878)
1 parent 0a5b4ac commit 5bae7b0

File tree

1 file changed

+13
-5
lines changed
  • src/pages/[platform]/build-ui/figma-to-code

1 file changed

+13
-5
lines changed

src/pages/[platform]/build-ui/figma-to-code/index.mdx

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,17 @@ Please follow the README in our Figma file to learn how to create your component
4141

4242
## Step 2: Run the Amplify UI Builder Figma plugin in dev mode
4343

44-
After you duplicate the Figma file, you run the Amplify UI Builder figma plugin in dev mode to generate Amplify UI React code.
44+
After you duplicate the Figma file, you run the Amplify UI Builder figma plugin in dev mode or non-dev mode to generate Amplify UI React code.
4545

46-
1. Turn on Figma dev mode on your Figma file
47-
2. Click on the "Plugins" tab
48-
3. Click on the Amplify UI Builder plugin
49-
4. Select any layer in your file to get React code and a live preview of the generated code.
46+
### Dev Mode
47+
48+
1. Turn on Figma dev mode in your Figma file.
49+
2. Click on the **Plugins** tab.
50+
3. Select the **AWS Amplify UI Builder** plugin.
51+
4. Choose any layer in your file to get React code and a live preview of the generated code.
52+
53+
### Non-dev Mode
54+
55+
1. Click on the **Plugins** tab.
56+
2. Select the **AWS Amplify UI Builder** plugin.
57+
3. Choose **Download component code** to download the React code for your components.

0 commit comments

Comments
 (0)