UNPKG

react-pickers

Version:

datapicker and citypicker base on MUI of picker

51 lines (50 loc) 1.1 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> <title>react-picker example</title> <style> * { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; outline: none; -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; } html, body, .mui-content { height: 0px; margin: 0px; background-color: #efeff4; } h5.mui-content-padded { margin-left: 3px; margin-top: 20px !important; } h5.mui-content-padded:first-child { margin-top: 12px !important; } .mui-btn { font-size: 16px; padding: 8px; margin: 3px; } .ui-alert { text-align: center; padding: 20px 10px; font-size: 16px; } * { -webkit-touch-callout: none; -webkit-user-select: none; } </style> </head> <body> </body> <div id="root"></div> <script src="./lib/app.js"></script> </html>