Skip to content

Commit 10405b7

Browse files
Update README.md
1 parent c8984d2 commit 10405b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ Download for [MacOS](), [Windows](), [Linux]().
2020
- 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.
2121
- **_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'.
2222
- **_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.
23-
- To **_delete_** a _child_ or instance from the canvas, select the desired instance and either press the _delete_ key or click the 'DELETE CHILD' button.
23+
- To **_delete_** a _child_ or instance from the canvas, select the desired instance and either press the _delete_ key.
2424
- To **_delete_** a _component_, click the 'DELETE' button of the desired component in the left panel.
2525
- To _start over_, select the blue 'CLEAR WORKSPACE' button in the left panel. This will **clear the entire application**.
2626

27+
![Image of ReacType Application 2](https://i.imgur.com/FGlkjIc.png)
28+
2729
### To Export Files
2830

2931
- 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:

0 commit comments

Comments
 (0)