Skip to content

Instantly share code, notes, and snippets.

@dbilgili
Last active December 12, 2018 23:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbilgili/3df3d4d6ce6bfaaba45ca0aa145d1b97 to your computer and use it in GitHub Desktop.
Save dbilgili/3df3d4d6ce6bfaaba45ca0aa145d1b97 to your computer and use it in GitHub Desktop.
// vim: syntax=JSX
render() {
return (
<div className="App">
<div>
<ul>
<li>List element-1</li>
<Controller>
<Select><li>List element-2</li></Select>
<Tooltip/>
</Controller>
<li>List element-3</li>
</ul>
</div>
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment