Skip to content

Commit eb9c389

Browse files
Update README.md
1 parent c7ba7e1 commit eb9c389

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases/tag/Mac.
2727
![Gif of adding](https://imgur.com/sZloD8o.gif)
2828

2929
- 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.
30+
31+
![Gif of code preview & tree](https://imgur.com/KZb2UTO.gif)
32+
3033
- **_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'.
3134
- **_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.
3235

@@ -41,8 +44,6 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases/tag/Mac.
4144
- 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:
4245
1. Export the component files into a components folder. This option will allow a developer to add these files to an existing project.
4346
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-
![Gif of export & tree](https://imgur.com/KZb2UTO.gif)
4647

4748
#### Authors
4849

0 commit comments

Comments
 (0)