UNPKG

react-input-autosize

Version:
21 lines (20 loc) 575 B
<!doctype html> <head> <title>React-Autosize-Input Example</title> <link rel="stylesheet" href="example.css"> </head> <body> <div class="container"> <h1>React Autosize Input</h1> <h2><a href="http://github.com/JedWatson/react-input-autosize">View project on GitHub</a></h2> <form><div id="app"></div></form> <div class="hint"> Type in the text fields above to test the auto-size input. </div> <div class="footer"> Copyright &copy; Jed Watson 2018. MIT Licensed. </div> </div> <script src="common.js"></script> <script src="app.js"></script> </body>