1.1.3 • Published 4 months ago
evgenbek-npm-button-coords v1.1.3
Button-coords
A plugin that allows when you click on the button to determine the coordinates of the user
Usage
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="./node_modules/evgenbek-npm-button-coords/dist/coords.css" rel="stylesheet">
</head>
<body>
<div class="app"></div>
<script src="./node_modules/evgenbek-npm-button-coords/dist/coords.js"></script>
</body>
</html>
Installation
Install the component:
$ npm i evgenbek-npm-button-coords