UNPKG

x-date-picker

Version:
15 lines (13 loc) 525 B
<!doctype html public "embarassment"> <title>Seed Example</title> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <link rel="stylesheet" href="basic.css"> <body> <header class="branding padbox"> <h1>react-seed</h1> <h2>这是一个开发组件的标准例子。</h2> </header> <div id="example" class="padbox"></div> <script src="http://localhost:8080/webpack-dev-server.js"></script> <script src="shared.js"></script> <script src="basic.js"></script>