File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
src/pages/[platform]/build-ui/figma-to-code Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,17 @@ Please follow the README in our Figma file to learn how to create your component
41
41
42
42
## Step 2: Run the Amplify UI Builder Figma plugin in dev mode
43
43
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.
45
45
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.
You can’t perform that action at this time.
0 commit comments