UNPKG

react-responsive-grid

Version:
19 lines (17 loc) 298 B
<html> <head> <title>Example</title> <style> html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } </style> </head> <body> <div id="mount-point"></div> <script src="./bundle.js"></script> </body> </html>