UNPKG

react-virtual-scroller

Version:
32 lines (28 loc) 585 B
<!DOCTYPE html> <html> <head> <title>React DataGrid</title> <style> body body * { box-sizing: border-box; } body { margin: 0px; } html, body, #content { width: 100%; height: 100%; position: absolute; } </style> </head> <body> <div id="content"> </div> <script src="http://localhost:9090/webpack-dev-server.js"></script> <script type="text/javascript" src="http://localhost:9090/assets/bundle.js"></script> </body> </html>