Skip to content

Instantly share code, notes, and snippets.

@prakhar1989
Created July 6, 2016 01:23
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 prakhar1989/ad8b5ea44409d0591472ea744ff6478e to your computer and use it in GitHub Desktop.
Save prakhar1989/ad8b5ea44409d0591472ea744ff6478e to your computer and use it in GitHub Desktop.
esnextbin sketch
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ESNextbin Sketch</title>
<!-- put additional styles and scripts here -->
<style type="text/css">
div#app {
margin: 10px;
border: 2px solid #eee;
height: 100%;
padding: 20px;
}
</style>
</head>
<body>
<div id="app"></div>
</body>
</html>
import React from 'react';
import ReactDOM from 'react-dom';
// uncomment the import below to see the issue (in console)
//import { WithContext as ReactTags } from 'react-tag-input';
{
"name": "react-tags-playground",
"dependencies": {
"react": "15.2.0",
"react-dom": "15.2.0"
},
"version": "0.0.0"
}
'use strict';
var _react = require('react');
var _react2 = _interopRequireDefault(_react);
var _reactDom = require('react-dom');
var _reactDom2 = _interopRequireDefault(_reactDom);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment