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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,20 +23,26 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases/tag/Mac.
23
23
- To add a new component, type its name in the upper left panel, in the field '**Add class component**', and press enter.
24
24
- To render a component **_instance_** to the screen, first select the component, or _parent_, that the instance will be rendered within. This selected component will be represented in a new canvas view, with its own white box. Then press the plus button next to the component name. An instance, or _child_, representation will appear on the canvas.
25
25
- To add draggable HTML elements, select the image icons on the lower left panel.
26
+
27
+

28
+
26
29
- The bottom panel allows the user to toggle between 4 different views: a tree diagram of the application, a preview of the exportable code, a form to enter component props, and a form to add HTML attributes.
27
30
-**_Props_** can be added to each component within its tab on bottom panel. Enter in a _key-value pair_, select its data _type_ and press the bottom 'ADD PROP'.
28
31
-**_HTML Element Attributes_** of class name and ID can be added to each HTML element after an HTML element has been rendered to the canvas.
32
+
33
+

34
+
29
35
- To **_delete_** a _child_ or instance from the canvas, select the desired instance and either press the _delete_ key.
30
36
- To **_delete_** a _component_, click the 'DELETE' button of the desired component in the left panel.
31
37
- To _start over_, select the blue 'CLEAR WORKSPACE' button in the left panel. This will **clear the entire application**.
32
38
33
-

34
-
35
39
### To Export Files
36
40
37
41
- Once finished setting up the application template, press the green 'EXPORT PROJECT' button at the bottom of the left panel and choose between two options to export your files:
38
42
1. Export the component files into a components folder. This option will allow a developer to add these files to an existing project.
39
43
1. Export a new project with TypeScript config files and the component files. This option will allow a developer to immediately begin a new project.
44
+
45
+

0 commit comments