UNPKG

jwf-year-calendar

Version:

A full react version of Paul-DS' js-year-calendar, https://github.com/year-calendar/js-year-calendar. Built with support from JWF Process Solutions Ltd.

14 lines (13 loc) 357 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>JWF Calendar Test</title> <script>var global = global || window;</script> </head> <body> <div id="root"></div> <script type="module" src="/src/index.tsx"></script> </body> </html>