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
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases), [Windo
27
27
28
28
***Linux users**: run the application as a super user in order to read and write files.
29
29
30
-

30
+

31
31
32
32
### How to use
33
33
@@ -37,16 +37,14 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases), [Windo
37
37
- 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.
38
38
- To add draggable **HTML elements**, select the image icons on the lower left panel.
39
39
40
-

40
+

41
41
42
42
- The bottom panel allows the user to toggle between 4 different views: a **tree diagram of the application**, a **real-time preview of the exportable code**, a form to enter component props, and a form to add HTML attributes.
43
43
44
-

45
-
46
44
-**_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'.
47
45
-**_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.
48
46
49
-

47
+

50
48
51
49
- To **_delete_** a _child_ or instance from the canvas, select the desired instance and either press the _delete_ key.
52
50
- To **_delete_** a _component_, click the 'DELETE' button of the desired component in the left panel.
0 commit comments