Skip to content

Commit 151fff8

Browse files
Create create-first-react-component.md
creat first react component file
1 parent 89bf325 commit 151fff8

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

post/create-first-react-component.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Create first react component"
3+
date: "2019-06-25"
4+
category: "Tutorial"
5+
tags: design, development
6+
cover_image: "/img/blog/create-first-react-component.png"
7+
author: "Johnny Smith"
8+
author_image: "/img/blog/authors/johnny-smith.png"
9+
author_link: "https://www.twitter.com/johnnydev"
10+
---
11+
12+
here write down your text here
13+
14+
```html
15+
<div class="container">
16+
here write any code example you like. whatever language you are using you can
17+
make sure to replace where it says html that will give it highlight the
18+
syntax. for example
19+
<pre>
20+
21+
</pre>
22+
</div>
23+
```
24+
25+
</div>
26+
```
27+
28+
<iframe src="https://codesandbox.io/embed/3qml2r8r2q?fontsize=14" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"></iframe>

0 commit comments

Comments
 (0)