File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
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>
You can’t perform that action at this time.
0 commit comments