react-cnhf
Version:
Long press event for react. Click and hold wrapper component.
23 lines (21 loc) • 990 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>React click-n-hold</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon-precomposed" href="favicon.png" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="bs12.css" / />
<link rel="stylesheet" href="main.css" / />
<link rel="stylesheet" href="anim.css" / />
<meta charset="UTF-8">
<meta name="description" content="Long press event for react. Click and hold wrapper component.">
<meta name="keywords" content="React,click,hold,long,press,sonsoleslp">
<meta name="author" content="Sonsoles López Pernas">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<body>
<div id="container"></div>
<script src="bundle.js" charset="utf-8"></script>