react-utils-input
Version:
Lightweight React Input component, serving as a reusable utility wrapper for HTML Input elements.
14 lines (13 loc) • 411 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>React Utils Input | react-utils-input</title>
</head>
<body>
<div id="app"></div>
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<script src="./bundle/example.bundle.js"></script>
</body>
</html>