UNPKG

metro4

Version:

The front-end framework for Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style

31 lines (26 loc) 872 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link href="../metro/css/metro-all.css?ver=@@b-version" rel="stylesheet"> <title>Test Calendar picker - Metro 4 :: Popular HTML, CSS and JS library</title> <style> .prepend { background: red!important; } </style> </head> <body class="m4-cloak"> <div class="container"> <h1>Calendar picker test page</h1> <div style="padding: 1200px 0;"> <input data-role="calendar-picker" data-prepend="prepend" data-dialog-mode="true" data-overlay-color="red"> <input data-role="calendar-picker" data-label="Select date:"> </div> </div> <script src="../metro/js/metro.js?ver=@@b-version"></script> <script> </script> </body> </html>