UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

21 lines (19 loc) 629 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script> if (window.parent !== window) { window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__; } </script> <title>React Storybook</title> <link rel="stylesheet" type="text/css" href="storybook.css"> </head> <body> <div id="root"></div> <div id="error-display"></div> <script src="static/preview.bundle.js"></script> </body> </html>