intreact
Version:
Handling interactions with dumb react components
30 lines (25 loc) • 670 B
HTML
<html>
<title>zlide example</title>
<style>
* {
margin: 0;
padding: 0;
}
.touch-area {
width: 640px;
height: 480px;
margin-left: auto;
margin-right: auto;
background-color: red;
text-align: center;
line-height: 480px;
font-size: 3rem;
}
</style>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css">
<body>
<div id="intreact-example"></div>
<script src="./index.js"></script>
</body>
</html>