mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 12:13:11 +00:00
Added gatsby-remark-babel-repl-link plug-in
This commit is contained in:
8
examples/tutorial-expanded-version.js
Normal file
8
examples/tutorial-expanded-version.js
Normal file
@@ -0,0 +1,8 @@
|
||||
<div className="shopping-list">
|
||||
<h1>Shopping List for {props.name}</h1>
|
||||
<ul>
|
||||
<li>Instagram</li>
|
||||
<li>WhatsApp</li>
|
||||
<li>Oculus</li>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user