react-image-zoom
Version:
react based image zoomer on mouse hover
13 lines (12 loc) • 343 B
HTML
<html lang="en">
<head>
<title>Title</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id="react-app" style="margin-left: 10px;width: 400px;"></div>
<script src="./bundle.js"></script>
</body>
</html>