You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,36 @@ It allows you to visualize/setup your application architecture upfront and recre
7
7
React-Proto works on macOS, Windows, Linux.
8
8
If you find any issues, [file issue](https://github.com/CS-Eevee/react-proto/issues)
9
9
10
+
## How To Use
11
+
12
+
- To start a new project, either import an image file for the application you want to build or start with a blank stage.
13
+
14
+
- Using the input at the top of the left column, input the name of the component you would like to create, then drag it into place and resize accordingly.
- While building, you can use the icons in the toolbar to zomm in and zoom out, toggle the draggability of the stage, update or remove the image, collapse the left container, and eventually export your files.
19
+
20
+
- For each component you have a series of options: You can define whether your component will have state, the color of the component on the screen, and the ability to apply a parent component.
21
+
22
+
- If you place a container around other components and can no longer access them, you can use the layer buttons in the corresponding dropdown menu to decrease the z-index. Alternatively, you can increase the z-index of the desired components.
23
+
24
+
- After you have successfully structured your components, you can use the dropdown menu to apply parent components and visualize the hierarchy of your application structure.
0 commit comments