UNPKG

rezponsive

Version:

React decorator for responsive behaviors

19 lines (15 loc) 400 B
<!doctype html> <html> <title>rezponsive example</title> <style> * { margin: 0; padding: 0; } </style> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css"> <body> <div id="rezponsive-example"></div> <script src="./index.js"></script> </body> </html>